Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-39983 (GCVE-0-2025-39983)
Vulnerability from cvelistv5 – Published: 2025-10-15 07:56 – Updated: 2026-05-11 21:40| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
134f4b39df7b77225a80ef585c15d46f964f5e6f , < dde33124f17cf3bab4dc5e18d1b4dee128361061
(git)
Affected: 134f4b39df7b77225a80ef585c15d46f964f5e6f , < 2e128683176a56459cef8705fc7c35f438f88abd (git) |
|
| Linux | Linux |
Affected:
6.15
Unaffected: 0 , < 6.15 (semver) Unaffected: 6.16.10 , ≤ 6.16.* (semver) Unaffected: 6.17 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"net/bluetooth/hci_event.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "dde33124f17cf3bab4dc5e18d1b4dee128361061",
"status": "affected",
"version": "134f4b39df7b77225a80ef585c15d46f964f5e6f",
"versionType": "git"
},
{
"lessThan": "2e128683176a56459cef8705fc7c35f438f88abd",
"status": "affected",
"version": "134f4b39df7b77225a80ef585c15d46f964f5e6f",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/bluetooth/hci_event.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.15"
},
{
"lessThan": "6.15",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.16.*",
"status": "unaffected",
"version": "6.16.10",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.17",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.16.10",
"versionStartIncluding": "6.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17",
"versionStartIncluding": "6.15",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue\n\nThis fixes the following UAF caused by not properly locking hdev when\nprocessing HCI_EV_NUM_COMP_PKTS:\n\nBUG: KASAN: slab-use-after-free in hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\nRead of size 4 at addr ffff8880740f0940 by task kworker/u11:0/54\n\nCPU: 1 UID: 0 PID: 54 Comm: kworker/u11:0 Not tainted 6.16.0-rc7 #3 PREEMPT(full)\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014\nWorkqueue: hci1 hci_rx_work\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xca/0x230 mm/kasan/report.c:480\n kasan_report+0x118/0x150 mm/kasan/report.c:593\n hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\n hci_num_comp_pkts_evt+0x1c8/0xa50 net/bluetooth/hci_event.c:4404\n hci_event_func net/bluetooth/hci_event.c:7477 [inline]\n hci_event_packet+0x7e0/0x1200 net/bluetooth/hci_event.c:7531\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\n \u003c/TASK\u003e\n\nAllocated by task 54:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\n poison_kmalloc_redzone mm/kasan/common.c:377 [inline]\n __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394\n kasan_kmalloc include/linux/kasan.h:260 [inline]\n __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359\n kmalloc_noprof include/linux/slab.h:905 [inline]\n kzalloc_noprof include/linux/slab.h:1039 [inline]\n __hci_conn_add+0x233/0x1b30 net/bluetooth/hci_conn.c:939\n le_conn_complete_evt+0x3d6/0x1220 net/bluetooth/hci_event.c:5628\n hci_le_enh_conn_complete_evt+0x189/0x470 net/bluetooth/hci_event.c:5794\n hci_event_func net/bluetooth/hci_event.c:7474 [inline]\n hci_event_packet+0x78c/0x1200 net/bluetooth/hci_event.c:7531\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\n\nFreed by task 9572:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\n kasan_save_free_info+0x46/0x50 mm/kasan/generic.c:576\n poison_slab_object mm/kasan/common.c:247 [inline]\n __kasan_slab_free+0x62/0x70 mm/kasan/common.c:264\n kasan_slab_free include/linux/kasan.h:233 [inline]\n slab_free_hook mm/slub.c:2381 [inline]\n slab_free mm/slub.c:4643 [inline]\n kfree+0x18e/0x440 mm/slub.c:4842\n device_release+0x9c/0x1c0\n kobject_cleanup lib/kobject.c:689 [inline]\n kobject_release lib/kobject.c:720 [inline]\n kref_put include/linux/kref.h:65 [inline]\n kobject_put+0x22b/0x480 lib/kobject.c:737\n hci_conn_cleanup net/bluetooth/hci_conn.c:175 [inline]\n hci_conn_del+0x8ff/0xcb0 net/bluetooth/hci_conn.c:1173\n hci_abort_conn_sync+0x5d1/0xdf0 net/bluetooth/hci_sync.c:5689\n hci_cmd_sync_work+0x210/0x3a0 net/bluetooth/hci_sync.c:332\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:40:12.263Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/dde33124f17cf3bab4dc5e18d1b4dee128361061"
},
{
"url": "https://git.kernel.org/stable/c/2e128683176a56459cef8705fc7c35f438f88abd"
}
],
"title": "Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-39983",
"datePublished": "2025-10-15T07:56:02.752Z",
"dateReserved": "2025-04-16T07:20:57.150Z",
"dateUpdated": "2026-05-11T21:40:12.263Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-39983",
"date": "2026-07-06",
"epss": "0.00168",
"percentile": "0.0647"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-39983\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-15T08:15:36.280\",\"lastModified\":\"2026-06-17T09:18:57.340\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nBluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue\\n\\nThis fixes the following UAF caused by not properly locking hdev when\\nprocessing HCI_EV_NUM_COMP_PKTS:\\n\\nBUG: KASAN: slab-use-after-free in hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\\nRead of size 4 at addr ffff8880740f0940 by task kworker/u11:0/54\\n\\nCPU: 1 UID: 0 PID: 54 Comm: kworker/u11:0 Not tainted 6.16.0-rc7 #3 PREEMPT(full)\\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014\\nWorkqueue: hci1 hci_rx_work\\nCall Trace:\\n \u003cTASK\u003e\\n dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120\\n print_address_description mm/kasan/report.c:378 [inline]\\n print_report+0xca/0x230 mm/kasan/report.c:480\\n kasan_report+0x118/0x150 mm/kasan/report.c:593\\n hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\\n hci_num_comp_pkts_evt+0x1c8/0xa50 net/bluetooth/hci_event.c:4404\\n hci_event_func net/bluetooth/hci_event.c:7477 [inline]\\n hci_event_packet+0x7e0/0x1200 net/bluetooth/hci_event.c:7531\\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\\n process_one_work kernel/workqueue.c:3238 [inline]\\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\\n kthread+0x70e/0x8a0 kernel/kthread.c:464\\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\\n \u003c/TASK\u003e\\n\\nAllocated by task 54:\\n kasan_save_stack mm/kasan/common.c:47 [inline]\\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\\n poison_kmalloc_redzone mm/kasan/common.c:377 [inline]\\n __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394\\n kasan_kmalloc include/linux/kasan.h:260 [inline]\\n __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359\\n kmalloc_noprof include/linux/slab.h:905 [inline]\\n kzalloc_noprof include/linux/slab.h:1039 [inline]\\n __hci_conn_add+0x233/0x1b30 net/bluetooth/hci_conn.c:939\\n le_conn_complete_evt+0x3d6/0x1220 net/bluetooth/hci_event.c:5628\\n hci_le_enh_conn_complete_evt+0x189/0x470 net/bluetooth/hci_event.c:5794\\n hci_event_func net/bluetooth/hci_event.c:7474 [inline]\\n hci_event_packet+0x78c/0x1200 net/bluetooth/hci_event.c:7531\\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\\n process_one_work kernel/workqueue.c:3238 [inline]\\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\\n kthread+0x70e/0x8a0 kernel/kthread.c:464\\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\\n\\nFreed by task 9572:\\n kasan_save_stack mm/kasan/common.c:47 [inline]\\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\\n kasan_save_free_info+0x46/0x50 mm/kasan/generic.c:576\\n poison_slab_object mm/kasan/common.c:247 [inline]\\n __kasan_slab_free+0x62/0x70 mm/kasan/common.c:264\\n kasan_slab_free include/linux/kasan.h:233 [inline]\\n slab_free_hook mm/slub.c:2381 [inline]\\n slab_free mm/slub.c:4643 [inline]\\n kfree+0x18e/0x440 mm/slub.c:4842\\n device_release+0x9c/0x1c0\\n kobject_cleanup lib/kobject.c:689 [inline]\\n kobject_release lib/kobject.c:720 [inline]\\n kref_put include/linux/kref.h:65 [inline]\\n kobject_put+0x22b/0x480 lib/kobject.c:737\\n hci_conn_cleanup net/bluetooth/hci_conn.c:175 [inline]\\n hci_conn_del+0x8ff/0xcb0 net/bluetooth/hci_conn.c:1173\\n hci_abort_conn_sync+0x5d1/0xdf0 net/bluetooth/hci_sync.c:5689\\n hci_cmd_sync_work+0x210/0x3a0 net/bluetooth/hci_sync.c:332\\n process_one_work kernel/workqueue.c:3238 [inline]\\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\\n kthread+0x70e/0x8a0 kernel/kthread.c:464\\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bluetooth/hci_event.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"134f4b39df7b77225a80ef585c15d46f964f5e6f\",\"lessThan\":\"dde33124f17cf3bab4dc5e18d1b4dee128361061\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"134f4b39df7b77225a80ef585c15d46f964f5e6f\",\"lessThan\":\"2e128683176a56459cef8705fc7c35f438f88abd\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bluetooth/hci_event.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.16.10\",\"lessThanOrEqual\":\"6.16.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.17\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2e128683176a56459cef8705fc7c35f438f88abd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dde33124f17cf3bab4dc5e18d1b4dee128361061\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
GHSA-Q4FJ-HR69-3P79
Vulnerability from github – Published: 2025-10-15 09:30 – Updated: 2025-10-15 09:30In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue
This fixes the following UAF caused by not properly locking hdev when processing HCI_EV_NUM_COMP_PKTS:
BUG: KASAN: slab-use-after-free in hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036 Read of size 4 at addr ffff8880740f0940 by task kworker/u11:0/54
CPU: 1 UID: 0 PID: 54 Comm: kworker/u11:0 Not tainted 6.16.0-rc7 #3 PREEMPT(full) Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014 Workqueue: hci1 hci_rx_work Call Trace: dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0xca/0x230 mm/kasan/report.c:480 kasan_report+0x118/0x150 mm/kasan/report.c:593 hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036 hci_num_comp_pkts_evt+0x1c8/0xa50 net/bluetooth/hci_event.c:4404 hci_event_func net/bluetooth/hci_event.c:7477 [inline] hci_event_packet+0x7e0/0x1200 net/bluetooth/hci_event.c:7531 hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070 process_one_work kernel/workqueue.c:3238 [inline] process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321 worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402 kthread+0x70e/0x8a0 kernel/kthread.c:464 ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148 ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245
Allocated by task 54: kasan_save_stack mm/kasan/common.c:47 [inline] kasan_save_track+0x3e/0x80 mm/kasan/common.c:68 poison_kmalloc_redzone mm/kasan/common.c:377 [inline] __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394 kasan_kmalloc include/linux/kasan.h:260 [inline] __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359 kmalloc_noprof include/linux/slab.h:905 [inline] kzalloc_noprof include/linux/slab.h:1039 [inline] __hci_conn_add+0x233/0x1b30 net/bluetooth/hci_conn.c:939 le_conn_complete_evt+0x3d6/0x1220 net/bluetooth/hci_event.c:5628 hci_le_enh_conn_complete_evt+0x189/0x470 net/bluetooth/hci_event.c:5794 hci_event_func net/bluetooth/hci_event.c:7474 [inline] hci_event_packet+0x78c/0x1200 net/bluetooth/hci_event.c:7531 hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070 process_one_work kernel/workqueue.c:3238 [inline] process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321 worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402 kthread+0x70e/0x8a0 kernel/kthread.c:464 ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148 ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245
Freed by task 9572: kasan_save_stack mm/kasan/common.c:47 [inline] kasan_save_track+0x3e/0x80 mm/kasan/common.c:68 kasan_save_free_info+0x46/0x50 mm/kasan/generic.c:576 poison_slab_object mm/kasan/common.c:247 [inline] __kasan_slab_free+0x62/0x70 mm/kasan/common.c:264 kasan_slab_free include/linux/kasan.h:233 [inline] slab_free_hook mm/slub.c:2381 [inline] slab_free mm/slub.c:4643 [inline] kfree+0x18e/0x440 mm/slub.c:4842 device_release+0x9c/0x1c0 kobject_cleanup lib/kobject.c:689 [inline] kobject_release lib/kobject.c:720 [inline] kref_put include/linux/kref.h:65 [inline] kobject_put+0x22b/0x480 lib/kobject.c:737 hci_conn_cleanup net/bluetooth/hci_conn.c:175 [inline] hci_conn_del+0x8ff/0xcb0 net/bluetooth/hci_conn.c:1173 hci_abort_conn_sync+0x5d1/0xdf0 net/bluetooth/hci_sync.c:5689 hci_cmd_sync_work+0x210/0x3a0 net/bluetooth/hci_sync.c:332 process_one_work kernel/workqueue.c:3238 [inline] process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321 worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402 kthread+0x70e/0x8a0 kernel/kthread.c:464 ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148 ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245
{
"affected": [],
"aliases": [
"CVE-2025-39983"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-10-15T08:15:36Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue\n\nThis fixes the following UAF caused by not properly locking hdev when\nprocessing HCI_EV_NUM_COMP_PKTS:\n\nBUG: KASAN: slab-use-after-free in hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\nRead of size 4 at addr ffff8880740f0940 by task kworker/u11:0/54\n\nCPU: 1 UID: 0 PID: 54 Comm: kworker/u11:0 Not tainted 6.16.0-rc7 #3 PREEMPT(full)\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014\nWorkqueue: hci1 hci_rx_work\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xca/0x230 mm/kasan/report.c:480\n kasan_report+0x118/0x150 mm/kasan/report.c:593\n hci_conn_tx_dequeue+0x1be/0x220 net/bluetooth/hci_conn.c:3036\n hci_num_comp_pkts_evt+0x1c8/0xa50 net/bluetooth/hci_event.c:4404\n hci_event_func net/bluetooth/hci_event.c:7477 [inline]\n hci_event_packet+0x7e0/0x1200 net/bluetooth/hci_event.c:7531\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\n \u003c/TASK\u003e\n\nAllocated by task 54:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\n poison_kmalloc_redzone mm/kasan/common.c:377 [inline]\n __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394\n kasan_kmalloc include/linux/kasan.h:260 [inline]\n __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359\n kmalloc_noprof include/linux/slab.h:905 [inline]\n kzalloc_noprof include/linux/slab.h:1039 [inline]\n __hci_conn_add+0x233/0x1b30 net/bluetooth/hci_conn.c:939\n le_conn_complete_evt+0x3d6/0x1220 net/bluetooth/hci_event.c:5628\n hci_le_enh_conn_complete_evt+0x189/0x470 net/bluetooth/hci_event.c:5794\n hci_event_func net/bluetooth/hci_event.c:7474 [inline]\n hci_event_packet+0x78c/0x1200 net/bluetooth/hci_event.c:7531\n hci_rx_work+0x46a/0xe80 net/bluetooth/hci_core.c:4070\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245\n\nFreed by task 9572:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\n kasan_save_free_info+0x46/0x50 mm/kasan/generic.c:576\n poison_slab_object mm/kasan/common.c:247 [inline]\n __kasan_slab_free+0x62/0x70 mm/kasan/common.c:264\n kasan_slab_free include/linux/kasan.h:233 [inline]\n slab_free_hook mm/slub.c:2381 [inline]\n slab_free mm/slub.c:4643 [inline]\n kfree+0x18e/0x440 mm/slub.c:4842\n device_release+0x9c/0x1c0\n kobject_cleanup lib/kobject.c:689 [inline]\n kobject_release lib/kobject.c:720 [inline]\n kref_put include/linux/kref.h:65 [inline]\n kobject_put+0x22b/0x480 lib/kobject.c:737\n hci_conn_cleanup net/bluetooth/hci_conn.c:175 [inline]\n hci_conn_del+0x8ff/0xcb0 net/bluetooth/hci_conn.c:1173\n hci_abort_conn_sync+0x5d1/0xdf0 net/bluetooth/hci_sync.c:5689\n hci_cmd_sync_work+0x210/0x3a0 net/bluetooth/hci_sync.c:332\n process_one_work kernel/workqueue.c:3238 [inline]\n process_scheduled_works+0xae1/0x17b0 kernel/workqueue.c:3321\n worker_thread+0x8a0/0xda0 kernel/workqueue.c:3402\n kthread+0x70e/0x8a0 kernel/kthread.c:464\n ret_from_fork+0x3fc/0x770 arch/x86/kernel/process.c:148\n ret_from_fork_asm+0x1a/0x30 home/kwqcheii/source/fuzzing/kernel/kasan/linux-6.16-rc7/arch/x86/entry/entry_64.S:245",
"id": "GHSA-q4fj-hr69-3p79",
"modified": "2025-10-15T09:30:17Z",
"published": "2025-10-15T09:30:17Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/2e128683176a56459cef8705fc7c35f438f88abd"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/dde33124f17cf3bab4dc5e18d1b4dee128361061"
}
],
"schema_version": "1.4.0",
"severity": []
}
RHSA-2025:21469
Vulnerability from csaf_redhat - Published: 2025-11-17 09:52 - Updated: 2026-06-30 03:31In the Linux kernel, the following vulnerability has been resolved: KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush In KVM guests with Hyper-V hypercalls enabled, the hypercalls HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST and HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST_EX allow a guest to request invalidation of portions of a virtual TLB. For this, the hypercall parameter includes a list of GVAs that are supposed to be invalidated. However, when non-canonical GVAs are passed, there is currently no filtering in place and they are eventually passed to checked invocations of INVVPID on Intel / INVLPGA on AMD. While AMD's INVLPGA silently ignores non-canonical addresses (effectively a no-op), Intel's INVVPID explicitly signals VM-Fail and ultimately triggers the WARN_ONCE in invvpid_error(): invvpid failed: ext=0x0 vpid=1 gva=0xaaaaaaaaaaaaa000 WARNING: CPU: 6 PID: 326 at arch/x86/kvm/vmx/vmx.c:482 invvpid_error+0x91/0xa0 [kvm_intel] Modules linked in: kvm_intel kvm 9pnet_virtio irqbypass fuse CPU: 6 UID: 0 PID: 326 Comm: kvm-vm Not tainted 6.15.0 #14 PREEMPT(voluntary) RIP: 0010:invvpid_error+0x91/0xa0 [kvm_intel] Call Trace: vmx_flush_tlb_gva+0x320/0x490 [kvm_intel] kvm_hv_vcpu_flush_tlb+0x24f/0x4f0 [kvm] kvm_arch_vcpu_ioctl_run+0x3013/0x5810 [kvm] Hyper-V documents that invalid GVAs (those that are beyond a partition's GVA space) are to be ignored. While not completely clear whether this ruling also applies to non-canonical GVAs, it is likely fine to make that assumption, and manual testing on Azure confirms "real" Hyper-V interprets the specification in the same way. Skip non-canonical GVAs when processing the list of address to avoid tripping the INVVPID failure. Alternatively, KVM could filter out "bad" GVAs before inserting into the FIFO, but practically speaking the only downside of pushing validation to the final processing is that doing so is suboptimal for the guest, and no well-behaved guest will request TLB flushes for non-canonical addresses.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: do_change_type(): refuse to operate on unmounted/not ours mounts Ensure that propagation settings can only be changed for mounts located in the caller's mount namespace. This change aligns permission checking with the rest of mount(2).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw use after free in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free race condition exists in the linux kernel such that When cgroup.pressure is disabled, it releases PSI triggers via cgroup_file_release(), Frees of->priv through kernfs_drain_open_files() leading to damage to the availability and integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel in the Intel i40e network driver such that in the function i40e_vc_config_queues_msg(), when iterating over vf->ch[idx], the idx value is not properly validated against the range of active/initialized traffic classes (TCs). An attacker with local privileges could supply a malformed value causing an out-of-bounds access, potentially leading to memory corruption, system crash, or possible arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was identified in the Intel “i40e” Ethernet driver in the Linux Kernel where the ring_len parameter supplied by a VF (virtual function) is passed unchecked to the hardware memory context. If a malicious Virtual function provides a too-large or misaligned ring_len, it may allow the device to configure excessive Tx/Rx queue length leading to memory corruption or other undefined behaviour in the driver context.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw use after free in the Linux kernel IO_URING subsystem was found in the way local user uses io_uring interface (using IORING_OP_WAITID). A local user could use this flaw to crash the system or potentially escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (CVE-2025-38351)\n\n* kernel: do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498)\n\n* kernel: NFS: Fix a race when updating an existing write (CVE-2025-39697)\n\n* kernel: kernfs: Fix UAF in polling when open file is released (CVE-2025-39881)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync (CVE-2025-39982)\n\n* kernel: i40e: fix idx validation in config queues msg (CVE-2025-39971)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue (CVE-2025-39983)\n\n* kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait() (CVE-2025-40047)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21469",
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2382059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382059"
},
{
"category": "external",
"summary": "2384422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384422"
},
{
"category": "external",
"summary": "2393481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393481"
},
{
"category": "external",
"summary": "2397558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397558"
},
{
"category": "external",
"summary": "2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "2404108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404108"
},
{
"category": "external",
"summary": "2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "2406758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406758"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21469.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:31:46+00:00",
"generator": {
"date": "2026-06-30T03:31:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:21469",
"initial_release_date": "2025-11-17T09:52:08+00:00",
"revision_history": [
{
"date": "2025-11-17T09:52:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-17T09:52:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:31:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "rv-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "rv-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-611.8.1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "perf-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "perf-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "rtla-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "rv-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "rv-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.8.1.el9_7.s390x",
"product": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.s390x",
"product_id": "libperf-0:5.14.0-611.8.1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.8.1.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_id": "libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.8.1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "rv-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "rv-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-611.8.1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"product_id": "kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-611.8.1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-611.8.1.el9_7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-611.8.1.el9_7.src",
"product": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.src",
"product_id": "kernel-0:5.14.0-611.8.1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-611.8.1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-611.8.1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "perf-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "perf-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "rtla-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "rv-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "rv-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "rv-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src"
},
"product_reference": "kernel-0:5.14.0-611.8.1.el9_7.src",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "BaseOS-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "libperf-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "NFV-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"relates_to_product_reference": "RT-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-38351",
"cwe": {
"id": "CWE-754",
"name": "Improper Check for Unusual or Exceptional Conditions"
},
"discovery_date": "2025-07-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2382059"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush\n\nIn KVM guests with Hyper-V hypercalls enabled, the hypercalls\nHVCALL_FLUSH_VIRTUAL_ADDRESS_LIST and HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST_EX\nallow a guest to request invalidation of portions of a virtual TLB.\nFor this, the hypercall parameter includes a list of GVAs that are supposed\nto be invalidated.\n\nHowever, when non-canonical GVAs are passed, there is currently no\nfiltering in place and they are eventually passed to checked invocations of\nINVVPID on Intel / INVLPGA on AMD. While AMD\u0027s INVLPGA silently ignores\nnon-canonical addresses (effectively a no-op), Intel\u0027s INVVPID explicitly\nsignals VM-Fail and ultimately triggers the WARN_ONCE in invvpid_error():\n\n invvpid failed: ext=0x0 vpid=1 gva=0xaaaaaaaaaaaaa000\n WARNING: CPU: 6 PID: 326 at arch/x86/kvm/vmx/vmx.c:482\n invvpid_error+0x91/0xa0 [kvm_intel]\n Modules linked in: kvm_intel kvm 9pnet_virtio irqbypass fuse\n CPU: 6 UID: 0 PID: 326 Comm: kvm-vm Not tainted 6.15.0 #14 PREEMPT(voluntary)\n RIP: 0010:invvpid_error+0x91/0xa0 [kvm_intel]\n Call Trace:\n vmx_flush_tlb_gva+0x320/0x490 [kvm_intel]\n kvm_hv_vcpu_flush_tlb+0x24f/0x4f0 [kvm]\n kvm_arch_vcpu_ioctl_run+0x3013/0x5810 [kvm]\n\nHyper-V documents that invalid GVAs (those that are beyond a partition\u0027s\nGVA space) are to be ignored. While not completely clear whether this\nruling also applies to non-canonical GVAs, it is likely fine to make that\nassumption, and manual testing on Azure confirms \"real\" Hyper-V interprets\nthe specification in the same way.\n\nSkip non-canonical GVAs when processing the list of address to avoid\ntripping the INVVPID failure. Alternatively, KVM could filter out \"bad\"\nGVAs before inserting into the FIFO, but practically speaking the only\ndownside of pushing validation to the final processing is that doing so\nis suboptimal for the guest, and no well-behaved guest will request TLB\nflushes for non-canonical addresses.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While not a memory corruption or LPE, this is guest-triggerable denial-of-service with privileged instructions, which makes it relevant in cloud environments using nested virtualization or hosting untrusted workloads (e.g., CI systems, fuzzing infrastructure, research clusters).\n\nThe issue was confirmed and the fix validated by testing on Azure (which implements Hyper-V).\n\nA denial-of-service vulnerability was found in the KVM module of the Linux kernel when handling paravirtualized TLB flush hypercalls (HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,_EX}) under Hyper-V. On Intel hosts, passing non-canonical guest virtual addresses (GVAs) from a guest may trigger a VMFailInvalid condition during INVVPID, leading to WARN_ONCE() or kernel instability.\n\nPR:L is justified because the attacker must have kernel-level privileges inside the guest VM to issue the hypercall.\n\nS:C (scope changed) applies because the bug allows actions within a guest to impact the host kernel\u2019s stability.\n\nCIA: NNH reflects that the issue does not affect confidentiality or integrity, but can significantly affect availability through a potential host crash or soft lockup.\n\nThe related to this bug Kernel config param CONFIG_KVM_HYPERV enabled only for the latest version of Red Hat Enterprise Linux 9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38351"
},
{
"category": "external",
"summary": "RHBZ#2382059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38351"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025071951-CVE-2025-38351-75ea@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025071951-CVE-2025-38351-75ea@gregkh/T"
}
],
"release_date": "2025-07-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush"
},
{
"cve": "CVE-2025-38498",
"discovery_date": "2025-07-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384422"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndo_change_type(): refuse to operate on unmounted/not ours mounts\n\nEnsure that propagation settings can only be changed for mounts located\nin the caller\u0027s mount namespace. This change aligns permission checking\nwith the rest of mount(2).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: do_change_type(): refuse to operate on unmounted/not ours mounts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in do_change_type() allowed a process to change mount propagation flags on mounts outside its own mount namespace, breaking expected isolation guarantees. This could enable a local attacker with mount privileges to disrupt or alter mount behavior in other namespaces, potentially causing system-wide denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38498"
},
{
"category": "external",
"summary": "RHBZ#2384422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38498"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025073029-CVE-2025-38498-e3ab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025073029-CVE-2025-38498-e3ab@gregkh/T"
}
],
"release_date": "2025-07-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: do_change_type(): refuse to operate on unmounted/not ours mounts"
},
{
"cve": "CVE-2025-39697",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-09-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use after free in the Linux kernel NFS functionality was found in the way connected user sends malicious data to the server. A remote user could use this flaw to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFS: Fix a race when updating an existing write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A race condition in the NFS write path allowed a request to be removed after it was checked but before the page-group lock was taken. The fix acquires the page-group lock earlier and holds it across request removal, preventing use-after-state races. This can be triggered by a client with write access to an export and may lead to a kernel crash (remote DoS).\nThis race condition is difficult to trigger in practice, as it requires several conditions to align (concurrent write activity and timing), and there is no evidence of remote control over memory contents. Therefore the most likely outcome is a denial of service (Availability: High), with Confidentiality and Integrity unaffected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39697"
},
{
"category": "external",
"summary": "RHBZ#2393481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39697"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39697",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39697"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090548-CVE-2025-39697-5284@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090548-CVE-2025-39697-5284@gregkh/T"
}
],
"release_date": "2025-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module nfs from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFS: Fix a race when updating an existing write"
},
{
"cve": "CVE-2025-39881",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397558"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free race condition exists in the linux kernel such that When cgroup.pressure is disabled, it releases PSI triggers via cgroup_file_release(), Frees of-\u003epriv through kernfs_drain_open_files()\nleading to damage to the availability and integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: kernfs: Fix UAF in polling when open file is released",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A race in kernfs PSI polling allowed epoll() on a cgroup.*.pressure file to access freed state when the file was released during pressure toggling, leading to a kernel use-after-free and potential crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39881"
},
{
"category": "external",
"summary": "RHBZ#2397558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397558"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39881"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39881-a4e1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39881-a4e1@gregkh/T"
}
],
"release_date": "2025-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: kernfs: Fix UAF in polling when open file is released"
},
{
"cve": "CVE-2025-39971",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404108"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in the Intel i40e network driver such that in the function i40e_vc_config_queues_msg(), when iterating over vf-\u003ech[idx], the idx value is not properly validated against the range of active/initialized traffic classes (TCs). An attacker with local privileges could supply a malformed value causing an out-of-bounds access, potentially leading to memory corruption, system crash, or possible arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: i40e: fix idx validation in config queues msg",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39971"
},
{
"category": "external",
"summary": "RHBZ#2404108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39971"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39971",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39971"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39971-97e2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39971-97e2@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: i40e: fix idx validation in config queues msg"
},
{
"cve": "CVE-2025-39973",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404116"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was identified in the Intel \u201ci40e\u201d Ethernet driver in the Linux Kernel where the ring_len parameter supplied by a VF (virtual function) is passed unchecked to the hardware memory context. If a malicious Virtual function provides a too-large or misaligned ring_len, it may allow the device to configure excessive Tx/Rx queue length leading to memory corruption or other undefined behaviour in the driver context.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: i40e: add validation for ring_len param",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39973"
},
{
"category": "external",
"summary": "RHBZ#2404116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39973"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39973-b1a3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39973-b1a3@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria, comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: i40e: add validation for ring_len param"
},
{
"cve": "CVE-2025-39982",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404100"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39982"
},
{
"category": "external",
"summary": "RHBZ#2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync"
},
{
"cve": "CVE-2025-39983",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404117"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39983"
},
{
"category": "external",
"summary": "RHBZ#2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue"
},
{
"cve": "CVE-2025-40047",
"cwe": {
"id": "CWE-662",
"name": "Improper Synchronization"
},
"discovery_date": "2025-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406758"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use after free in the Linux kernel IO_URING subsystem was found in the way local user uses io_uring interface (using IORING_OP_WAITID).\nA local user could use this flaw to crash the system or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "io_waitid_wait() didn\u2019t always prune the wait-queue entry on success when a cancellation was in progress, leaving the entry on the list and racing with another callback, which could lead to double callbacks and list corruption (potential UAF).\nThe IO_URING enabled only in latest versions of Red Hat Enterprise Linux (from 9.3).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40047"
},
{
"category": "external",
"summary": "RHBZ#2406758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406758"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025102813-CVE-2025-40047-b952@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025102813-CVE-2025-40047-b952@gregkh/T"
}
],
"release_date": "2025-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-17T09:52:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-devel-matched-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-doc-0:5.14.0-611.8.1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rtla-0:5.14.0-611.8.1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:rv-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.src",
"BaseOS-9.7.0.Z.MAIN:kernel-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-611.8.1.el9_7.noarch",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:kernel-tools-libs-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"BaseOS-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.ppc64le",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.s390x",
"CRB-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"NFV-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-64k-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-devel-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:libperf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.aarch64",
"RT-9.7.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-611.8.1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait()"
}
]
}
RHSA-2025:22854
Vulnerability from csaf_redhat - Published: 2025-12-09 08:51 - Updated: 2026-06-30 03:32In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3_init_transform_rq() to initialise buffer to NULL before calling netfs_alloc_folioq_buffer() as netfs assumes it can append to the buffer it is given. Setting it to NULL means it should start a fresh buffer, but the value is currently undefined.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was discovered in the J1939 protocol implementation in the Linux kernel. The NETDEV_UNREGISTER notification handler was missing for undoing changes performed by j1939_sk_bind(). As a result, an extra reference remains on the j1939_priv structure when unregistering a network device, preventing its usage count from dropping and thus blocking the unregister_netdevice() call
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was discovered in the Linux kernel’s mlx5 (Net/MLX5) subsystem: within the function mlx5_cmd_hws_delete_fte() the HWS action reference count and mutex for a local flow counter were not initialized, meaning the flow-counter structure could already be freed while deleting the rule. This may lead to memory corruption or kernel instability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw use after free in the Linux kernel IO_URING subsystem was found in the way local user uses io_uring interface (using IORING_OP_WAITID). A local user could use this flaw to crash the system or potentially escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Intel VT-d IOMMU support in the Linux kernel. When an IOMMU is configured to perform dirty-page tracking, but the page-walk memory region is incoherent between the IOMMU and CPU, the hardware may attempt to atomically update the bits in a paging-structure entry that is not properly snooped. The resulting fault could lead to a system hang and a non-recoverable state.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference exists in the Linux kernel such that (ice: ice_adapter) fails to release a reserved XArray entry when ice_adapter_new() fails. As a result, subsequent insertions at the same index may return -EBUSY, which can lead to damage to system availability, integrity, and confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: cifs: Fix oops due to uninitialised variable (CVE-2025-38737)\n\n* kernel: can: j1939: implement NETDEV_UNREGISTER notification handler (CVE-2025-39925)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync (CVE-2025-39982)\n\n* kernel: Bluetooth: MGMT: Fix possible UAFs (CVE-2025-39981)\n\n* kernel: net/mlx5: fs, fix UAF in flow counter release (CVE-2025-39979)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue (CVE-2025-39983)\n\n* kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait() (CVE-2025-40047)\n\n* kernel: iommu/vt-d: Disallow dirty tracking if incoherent page walk (CVE-2025-40058)\n\n* kernel: ice: ice_adapter: release xa entry on adapter allocation failure (CVE-2025-40185)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22854",
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2393527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393527"
},
{
"category": "external",
"summary": "2400629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400629"
},
{
"category": "external",
"summary": "2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "2404109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404109"
},
{
"category": "external",
"summary": "2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "2406758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406758"
},
{
"category": "external",
"summary": "2406776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406776"
},
{
"category": "external",
"summary": "2414741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414741"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22854.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:32:01+00:00",
"generator": {
"date": "2026-06-30T03:32:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:22854",
"initial_release_date": "2025-12-09T08:51:05+00:00",
"revision_history": [
{
"date": "2025-12-09T08:51:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-09T08:51:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:32:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "rv-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "rv-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"product": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_id": "libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.20.1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_id": "libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.20.1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "rv-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "rv-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"product": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_id": "libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.20.1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "perf-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "perf-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "rtla-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "rv-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "rv-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.20.1.el10_1.s390x",
"product": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.s390x",
"product_id": "libperf-0:6.12.0-124.20.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.20.1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"product_id": "kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-124.20.1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-124.20.1.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.20.1.el10_1.src",
"product": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.src",
"product_id": "kernel-0:6.12.0-124.20.1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.20.1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.20.1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.20.1.el10_1.src",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-38737",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-09-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2393527"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix oops due to uninitialised variable\n\nFix smb3_init_transform_rq() to initialise buffer to NULL before calling\nnetfs_alloc_folioq_buffer() as netfs assumes it can append to the buffer it\nis given. Setting it to NULL means it should start a fresh buffer, but the\nvalue is currently undefined.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cifs: Fix oops due to uninitialised variable",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An unprivileged local user with access to an SMB3 share with encryption enabled can trigger this vulnerability through normal file operations, which due to the encryption will cause transform requests (i.e. encryption/decryption operations).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38737"
},
{
"category": "external",
"summary": "RHBZ#2393527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393527"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38737",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38737"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38737",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38737"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025090544-CVE-2025-38737-4cde@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025090544-CVE-2025-38737-4cde@gregkh/T"
}
],
"release_date": "2025-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: cifs: Fix oops due to uninitialised variable"
},
{
"cve": "CVE-2025-39925",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-10-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the J1939 protocol implementation in the Linux kernel. The NETDEV_UNREGISTER notification handler was missing for undoing changes performed by j1939_sk_bind(). As a result, an extra reference remains on the j1939_priv structure when unregistering a network device, preventing its usage count from dropping and thus blocking the unregister_netdevice() call",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: can: j1939: implement NETDEV_UNREGISTER notification handler",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39925"
},
{
"category": "external",
"summary": "RHBZ#2400629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39925",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39925"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100124-CVE-2025-39925-bcec@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100124-CVE-2025-39925-bcec@gregkh/T"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: can: j1939: implement NETDEV_UNREGISTER notification handler"
},
{
"cve": "CVE-2025-39979",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404109"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was discovered in the Linux kernel\u2019s mlx5 (Net/MLX5) subsystem: within the function mlx5_cmd_hws_delete_fte() the HWS action reference count and mutex for a local flow counter were not initialized, meaning the flow-counter structure could already be freed while deleting the rule. This may lead to memory corruption or kernel instability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/mlx5: fs, fix UAF in flow counter release",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39979"
},
{
"category": "external",
"summary": "RHBZ#2404109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39979"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39979-f1e9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39979-f1e9@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/mlx5: fs, fix UAF in flow counter release"
},
{
"cve": "CVE-2025-39981",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404105"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: MGMT: Fix possible UAFs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39981"
},
{
"category": "external",
"summary": "RHBZ#2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Ensure Bluetooth management interfaces are hardened or, if unused, disabled.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: MGMT: Fix possible UAFs"
},
{
"cve": "CVE-2025-39982",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404100"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39982"
},
{
"category": "external",
"summary": "RHBZ#2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync"
},
{
"cve": "CVE-2025-39983",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404117"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39983"
},
{
"category": "external",
"summary": "RHBZ#2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue"
},
{
"cve": "CVE-2025-40047",
"cwe": {
"id": "CWE-662",
"name": "Improper Synchronization"
},
"discovery_date": "2025-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406758"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use after free in the Linux kernel IO_URING subsystem was found in the way local user uses io_uring interface (using IORING_OP_WAITID).\nA local user could use this flaw to crash the system or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "io_waitid_wait() didn\u2019t always prune the wait-queue entry on success when a cancellation was in progress, leaving the entry on the list and racing with another callback, which could lead to double callbacks and list corruption (potential UAF).\nThe IO_URING enabled only in latest versions of Red Hat Enterprise Linux (from 9.3).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40047"
},
{
"category": "external",
"summary": "RHBZ#2406758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406758"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40047"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40047",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40047"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025102813-CVE-2025-40047-b952@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025102813-CVE-2025-40047-b952@gregkh/T"
}
],
"release_date": "2025-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait()"
},
{
"cve": "CVE-2025-40058",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406776"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Intel VT-d IOMMU support in the Linux kernel. When an IOMMU is configured to perform dirty-page tracking, but the page-walk memory region is incoherent between the IOMMU and CPU, the hardware may attempt to atomically update the bits in a paging-structure entry that is not properly snooped. The resulting fault could lead to a system hang and a non-recoverable state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommu/vt-d: Disallow dirty tracking if incoherent page walk",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40058"
},
{
"category": "external",
"summary": "RHBZ#2406776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40058"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025102815-CVE-2025-40058-0eba@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025102815-CVE-2025-40058-0eba@gregkh/T"
}
],
"release_date": "2025-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria, comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommu/vt-d: Disallow dirty tracking if incoherent page walk"
},
{
"cve": "CVE-2025-40185",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414741"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference exists in the Linux kernel such that (ice: ice_adapter) fails to release a reserved XArray entry when ice_adapter_new() fails. As a result, subsequent insertions at the same index may return -EBUSY, which can lead to damage to system availability, integrity, and confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ice: ice_adapter: release xa entry on adapter allocation failure",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "ice_adapter_get() leaked a reserved XArray entry on adapter allocation failure, causing subsequent inserts to fail and potentially leading to a NULL pointer dereference. Impact is local DoS in the Intel ICE driver initialization path. Practical triggering typically requires privileged control over PCI/driver binding (hence for the CVSS the PR:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40185"
},
{
"category": "external",
"summary": "RHBZ#2414741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414741"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40185"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40185",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40185"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025111244-CVE-2025-40185-0689@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025111244-CVE-2025-40185-0689@gregkh/T"
}
],
"release_date": "2025-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-09T08:51:05+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.20.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.20.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.20.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.20.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ice: ice_adapter: release xa entry on adapter allocation failure"
}
]
}
RHSA-2026:0271
Vulnerability from csaf_redhat - Published: 2026-01-08 00:47 - Updated: 2026-06-30 03:32A flaw exists in the Linux kernel’s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A deadlock lock recursion vulnerability exists in the linux kernel such that when CONFIG_DEBUG_OBJECTS_TIMERS is set, may wake up kswapd in set_track_prepare, and try to hold the per_cpu(hrtimer_bases) lock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A use-after-free memory bug exists in the linux kernel, such that unpoison_memory() tries to check the PG_HWPoison flags of an uninitialized page. So VM_BUG_ON_PAGE(PagePoisoned(page)) is triggered, leading to damage to the system availability and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A flaw was discovered in the J1939 protocol implementation in the Linux kernel. The NETDEV_UNREGISTER notification handler was missing for undoing changes performed by j1939_sk_bind(). As a result, an extra reference remains on the j1939_priv structure when unregistering a network device, preventing its usage count from dropping and thus blocking the unregister_netdevice() call
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: x86/vmscape: Add conditional IBPB mitigation VMSCAPE is a vulnerability that exploits insufficient branch predictor isolation between a guest and a userspace hypervisor (like QEMU). Existing mitigations already protect kernel/KVM from a malicious guest. Userspace can additionally be protected by flushing the branch predictors after a VMexit. Since it is the userspace that consumes the poisoned branch predictors, conditionally issue an IBPB after a VMexit and before returning to userspace. Workloads that frequently switch between hypervisor and userspace will incur the most overhead from the new IBPB. This new IBPB is not integrated with the existing IBPB sites. For instance, a task can use the existing speculation control prctl() to get an IBPB at context switch time. With this implementation, the IBPB is doubled up: one at context switch and another before running userspace. The intent is to integrate and optimize these cases post-embargo. [ dhansen: elaborate on suboptimal IBPB solution ]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: x86/vmscape: Add conditional IBPB mitigation (CVE-2025-40300)\n\n* kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (CVE-2025-39806)\n\n* kernel: mm: slub: avoid wake up kswapd in set_track_prepare (CVE-2025-39843)\n\n* kernel: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory (CVE-2025-39883)\n\n* kernel: can: j1939: implement NETDEV_UNREGISTER notification handler (CVE-2025-39925)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync (CVE-2025-39982)\n\n* kernel: Bluetooth: MGMT: Fix possible UAFs (CVE-2025-39981)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue (CVE-2025-39983)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0271",
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2394627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394627"
},
{
"category": "external",
"summary": "2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "2396941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396941"
},
{
"category": "external",
"summary": "2397553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397553"
},
{
"category": "external",
"summary": "2400629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400629"
},
{
"category": "external",
"summary": "2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0271.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:32:10+00:00",
"generator": {
"date": "2026-06-30T03:32:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2026:0271",
"initial_release_date": "2026-01-08T00:47:42+00:00",
"revision_history": [
{
"date": "2026-01-08T00:47:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-08T00:47:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:32:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.52.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.52.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.52.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.52.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.52.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.52.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.52.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.52.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.52.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.52.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.52.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.52.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.52.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-39806",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw exists in the Linux kernel\u2019s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39806"
},
{
"category": "external",
"summary": "RHBZ#2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()"
},
{
"cve": "CVE-2025-39843",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396941"
}
],
"notes": [
{
"category": "description",
"text": "A deadlock lock recursion vulnerability exists in the linux kernel such that when CONFIG_DEBUG_OBJECTS_TIMERS is set, may wake up kswapd in set_track_prepare, and try to hold the per_cpu(hrtimer_bases) lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm: slub: avoid wake up kswapd in set_track_prepare",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only occur on debug kernel builds with specific configuration options enabled (e.g. CONFIG_SLUB_DEBUG, CONFIG_STACKDEPOT, SLAB_STORE_USER). It may lead to a deadlock (spinlock recursion) under rare timing conditions but cannot be triggered on standard production kernels. The impact is limited to a local denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39843"
},
{
"category": "external",
"summary": "RHBZ#2396941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396941"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39843"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39843",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39843"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091903-CVE-2025-39843-0702@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091903-CVE-2025-39843-0702@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm: slub: avoid wake up kswapd in set_track_prepare"
},
{
"cve": "CVE-2025-39883",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397553"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free memory bug exists in the linux kernel, such that unpoison_memory() tries to check the PG_HWPoison\nflags of an uninitialized page. So VM_BUG_ON_PAGE(PagePoisoned(page)) is triggered, leading to damage to the system availability and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39883"
},
{
"category": "external",
"summary": "RHBZ#2397553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39883"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39883",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39883"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39883-6015@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39883-6015@gregkh/T"
}
],
"release_date": "2025-09-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory"
},
{
"cve": "CVE-2025-39925",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-10-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the J1939 protocol implementation in the Linux kernel. The NETDEV_UNREGISTER notification handler was missing for undoing changes performed by j1939_sk_bind(). As a result, an extra reference remains on the j1939_priv structure when unregistering a network device, preventing its usage count from dropping and thus blocking the unregister_netdevice() call",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: can: j1939: implement NETDEV_UNREGISTER notification handler",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39925"
},
{
"category": "external",
"summary": "RHBZ#2400629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39925",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39925"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100124-CVE-2025-39925-bcec@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100124-CVE-2025-39925-bcec@gregkh/T"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: can: j1939: implement NETDEV_UNREGISTER notification handler"
},
{
"cve": "CVE-2025-39981",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404105"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: MGMT: Fix possible UAFs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39981"
},
{
"category": "external",
"summary": "RHBZ#2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Ensure Bluetooth management interfaces are hardened or, if unused, disabled.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: MGMT: Fix possible UAFs"
},
{
"cve": "CVE-2025-39982",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404100"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth subsystem (HCI). Specifically, in the function hci_acl_create_conn_sync() (and related path hci_le_create_conn_sync()), a connection object in state BT_OPEN that is still pending command submission may be freed prematurely, leading to a use-after-free condition. An attacker with network privileges could exploit this to trigger memory corruption, a denial of service, or a potential escalation of privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39982"
},
{
"category": "external",
"summary": "RHBZ#2404100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404100"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39982"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync"
},
{
"cve": "CVE-2025-39983",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404117"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39983"
},
{
"category": "external",
"summary": "RHBZ#2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue"
},
{
"cve": "CVE-2025-40300",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2025-09-11T17:02:50.023441+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394627"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved: x86/vmscape: Add conditional IBPB mitigation VMSCAPE is a vulnerability that exploits insufficient branch predictor isolation between a guest and a userspace hypervisor (like QEMU). Existing mitigations already protect kernel/KVM from a malicious guest. Userspace can additionally be protected by flushing the branch predictors after a VMexit. Since it is the userspace that consumes the poisoned branch predictors, conditionally issue an IBPB after a VMexit and before returning to userspace. Workloads that frequently switch between hypervisor and userspace will incur the most overhead from the new IBPB. This new IBPB is not integrated with the existing IBPB sites. For instance, a task can use the existing speculation control prctl() to get an IBPB at context switch time. With this implementation, the IBPB is doubled up: one at context switch and another before running userspace. The intent is to integrate and optimize these cases post-embargo. [ dhansen: elaborate on suboptimal IBPB solution ]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: x86/vmscape: Add conditional IBPB mitigation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40300"
},
{
"category": "external",
"summary": "RHBZ#2394627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40300"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091128-CVE-2025-40300-5569@gregkh/",
"url": "https://lore.kernel.org/linux-cve-announce/2025091128-CVE-2025-40300-5569@gregkh/"
}
],
"release_date": "2025-09-11T16:49:24.809000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-08T00:47:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "workaround",
"details": "To mitigate this issue IBPB each time the kernel returns to QEMU.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.52.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.52.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.52.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.52.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: x86/vmscape: Add conditional IBPB mitigation"
}
]
}
RHSA-2026:0457
Vulnerability from csaf_redhat - Published: 2026-01-12 13:52 - Updated: 2026-06-30 03:32A flaw was found in the Linux kernel's SCTP implementation. This vulnerability allows a use-after-free read via a race condition during SCTP message sending.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw exists in the Linux kernel’s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the DWC3 USB controller driver in the Linux kernel. Multiple unsynchronized execution paths can invoke dwc3_remove_requests() concurrently, leading to premature freeing of USB requests. When one path frees requests while another is still processing them, a use-after-free crash occurs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: SCTP use-after-free due to race condition in sendmsg (CVE-2025-23142)\n\n* kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (CVE-2025-39806)\n\n* kernel: Bluetooth: MGMT: Fix possible UAFs (CVE-2025-39981)\n\n* kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue (CVE-2025-39983)\n\n* kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)\n\n* kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (CVE-2025-68287)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0457",
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2363300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363300"
},
{
"category": "external",
"summary": "2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "external",
"summary": "2422788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0457.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:32:11+00:00",
"generator": {
"date": "2026-06-30T03:32:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2026:0457",
"initial_release_date": "2026-01-12T13:52:25+00:00",
"revision_history": [
{
"date": "2026-01-12T13:52:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T13:52:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:32:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "rv-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "rv-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.77.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_id": "libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.77.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "rv-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "rv-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.77.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "perf-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "perf-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "rtla-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "rv-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "rv-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.77.1.el9_6.s390x",
"product": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.s390x",
"product_id": "libperf-0:5.14.0-570.77.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.77.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"product_id": "kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.77.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.77.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.77.1.el9_6.src",
"product": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.src",
"product_id": "kernel-0:5.14.0-570.77.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.77.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.77.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.77.1.el9_6.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.6)",
"product_id": "BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)",
"product_id": "NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "NFV-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.6)",
"product_id": "RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"relates_to_product_reference": "RT-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-23142",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363300"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s SCTP implementation. This vulnerability allows a use-after-free read via a race condition during SCTP message sending.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: SCTP use-after-free due to race condition in sendmsg",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a MODERATE impact use-after-free flaw,found in the Linux kernel\u0027s Stream Control Transmission Protocol (SCTP) implementation. This race condition occurs during message sending,the kernel function sctp_sendmsg() sends SCTP messages by selecting a transport (network path) and associating it with message chunks.\nIf another thread removes that transport (e.g., by unbinding an address using setsockopt(SCTP_SOCKOPT_BINDX_REM)) after the transport has been selected but before the message is sent, the code can end up accessing a transport that has been freed from memory, leading to a use after free. Red Hat Enterprise Linux 9 is affected. Red Hat Enterprise Linux 10 and Red Hat In-Vehicle OS are not affected as the vulnerable code is not present.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-23142"
},
{
"category": "external",
"summary": "RHBZ#2363300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23142",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23142"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050124-CVE-2025-23142-ac59@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050124-CVE-2025-23142-ac59@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use anhd deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: SCTP use-after-free due to race condition in sendmsg"
},
{
"cve": "CVE-2025-39806",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw exists in the Linux kernel\u2019s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39806"
},
{
"category": "external",
"summary": "RHBZ#2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()"
},
{
"cve": "CVE-2025-39981",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404105"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s Bluetooth management subsystem (net/bluetooth/mgmt*.c). The mgmt_pending structure may be freed while still being processed, or remain on the pending command list, which allows a use-after-free or double-free scenario. An attacker with local access to the system and the ability to interact with the Bluetooth subsystem could exploit this to trigger memory corruption, potentially leading to elevated privileges or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: MGMT: Fix possible UAFs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39981"
},
{
"category": "external",
"summary": "RHBZ#2404105",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404105"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39981"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "workaround",
"details": "Ensure Bluetooth management interfaces are hardened or, if unused, disabled.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: MGMT: Fix possible UAFs"
},
{
"cve": "CVE-2025-39983",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404117"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in the Bluetooth subsystem of the Linux kernel. When processing a HCI_EV_NUM_COMP_PKTS event, the function hci_conn_tx_dequeue() did not properly hold or release the hdev device lock, which may lead to a use-after-free of the connection structure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39983"
},
{
"category": "external",
"summary": "RHBZ#2404117",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404117"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39983"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue"
},
{
"cve": "CVE-2025-40176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414524"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40176"
},
{
"category": "external",
"summary": "RHBZ#2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T"
}
],
"release_date": "2025-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails"
},
{
"cve": "CVE-2025-68287",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2025-12-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422788"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the DWC3 USB controller driver in the Linux kernel. Multiple unsynchronized execution paths can invoke dwc3_remove_requests() concurrently, leading to premature freeing of USB requests. When one path frees requests while another is still processing them, a use-after-free crash occurs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This affects systems with DWC3-based USB controllers, commonly found in ARM SoCs. The race is triggered by USB reset events concurrent with function unbind operations (e.g., during adb root).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68287"
},
{
"category": "external",
"summary": "RHBZ#2422788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68287"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025121638-CVE-2025-68287-5647@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025121638-CVE-2025-68287-5647@gregkh/T"
}
],
"release_date": "2025-12-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T13:52:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-devel-matched-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-doc-0:5.14.0-570.77.1.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rtla-0:5.14.0-570.77.1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:rv-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.src",
"BaseOS-9.6.0.Z.EUS:kernel-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-570.77.1.el9_6.noarch",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:kernel-tools-libs-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-uki-virt-addons-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"BaseOS-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-kvm-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"NFV-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-devel-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:libperf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.aarch64",
"RT-9.6.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-570.77.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths"
}
]
}
WID-SEC-W-2025-2298
Vulnerability from csaf_certbund - Published: 2025-10-14 22:00 - Updated: 2026-05-31 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux-Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren, Daten zu manipulieren und andere, nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2298 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2298.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2298 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2298"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7938-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7938-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23250 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7935-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7935-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7934-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7934-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7936-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7936-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-2 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-3 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4393-1 vom 2025-12-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023538.html"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39966",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39967",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39967-0fbf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39968",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39968-ca60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39969",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39969-fbee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39970",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39970-2ec8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39971",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39971-97e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39972",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39972-06e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39973",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39973-b1a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39974",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39974-09d9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39975",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39975-d1a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39976",
"url": "https://lore.kernel.org/linux-cve-announce/2025101558-CVE-2025-39976-59ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39977",
"url": "https://lore.kernel.org/linux-cve-announce/2025101558-CVE-2025-39977-b3a2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39979",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39979-f1e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39980",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39980-1b78@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39981",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39982",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39983",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39984",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39984-2d3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39985",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39985-98c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39986",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39986-b33b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39987",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39987-9feb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39988",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39988-bda0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39990",
"url": "https://lore.kernel.org/linux-cve-announce/2025101502-CVE-2025-39990-25bc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39991",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39991-6679@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39992",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39992-f580@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39993",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39993-caef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39994",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39994-f3e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39995",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39995-80ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39996",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39996-b297@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39997",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39997-4384@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39998",
"url": "https://lore.kernel.org/linux-cve-announce/2025101529-CVE-2025-39998-57d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39999",
"url": "https://lore.kernel.org/linux-cve-announce/2025101529-CVE-2025-39999-08ff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40000",
"url": "https://lore.kernel.org/linux-cve-announce/2025101518-CVE-2025-40000-8817@gregkh/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20719 vom 2025-10-24",
"url": "https://linux.oracle.com/errata/ELSA-2025-20719.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2025-109 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2025-109.html"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-10-28",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#October_20_2025"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15671-1 vom 2025-10-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CE44EQUDGYUJH4U6WXJDQU42FYQWVI53/"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-10-28",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#October_27_2025"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25731 vom 2025-11-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-25731.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25733 vom 2025-11-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-25733.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-114 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-114.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25755 vom 2025-11-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-25755.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4057-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023254.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6053 vom 2025-11-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00219.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25757 vom 2025-11-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-25757.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21469 vom 2025-11-17",
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4111-1 vom 2025-11-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023294.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4135-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023300.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4128-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023299.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4132-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023302.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4141-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023304.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4140-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023305.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4139-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4149-1 vom 2025-11-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023309.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21917 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21917"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21920 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21920"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21933 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21933"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4188-1 vom 2025-11-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LVPUJWNDCBFGM2O2EFX4S5QBPKDARVQ7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4189-1 vom 2025-11-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023334.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21917 vom 2025-11-25",
"url": "https://linux.oracle.com/errata/ELSA-2025-21917.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4379 vom 2025-11-25",
"url": "https://lists.debian.org/debian-lts-announce/2025/11/msg00022.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21926 vom 2025-11-26",
"url": "http://linux.oracle.com/errata/ELSA-2025-21926.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20091-1 vom 2025-11-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVNKE6YBHUN7AVUHO7UZCJJGK4HYS62H/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21917 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:21917"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21920 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:21920"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21469 vom 2025-11-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-21469.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21052-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023389.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21040-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023394.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21064-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023415.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21056-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023419.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4301-1 vom 2025-11-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LLIMXFMWOGTFRJZEC4XPGIMNBCRKQ7IF/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21080-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023429.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22405 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22405"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4315-1 vom 2025-12-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023442.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22395 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22395"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22571 vom 2025-12-02",
"url": "https://access.redhat.com/errata/RHSA-2025:22571"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22405 vom 2025-12-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-22405.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22405 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22405"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4320-1 vom 2025-12-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023445.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22395 vom 2025-12-05",
"url": "https://errata.build.resf.org/RLSA-2025:22395"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22802 vom 2025-12-08",
"url": "https://access.redhat.com/errata/RHSA-2025:22802"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22395 vom 2025-12-06",
"url": "https://linux.oracle.com/errata/ELSA-2025-22395.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-095 vom 2025-12-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-095.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22854 vom 2025-12-08",
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22854 vom 2025-12-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-22854.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22865 vom 2025-12-09",
"url": "https://access.redhat.com/errata/RHSA-2025:22865"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22865 vom 2025-12-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-22865.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7921-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7921-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7922-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21180-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023498.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21147-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023511.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7922-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-1 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-3 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-3"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28048 vom 2025-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-28048.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4404 vom 2025-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00015.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22854 vom 2025-12-14",
"url": "https://errata.build.resf.org/RLSA-2025:22854"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-December/019260.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-28049.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22865 vom 2025-12-13",
"url": "https://errata.build.resf.org/RLSA-2025:22865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23241 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7940-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4422-1 vom 2025-12-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023573.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23279 vom 2025-12-18",
"url": "https://linux.oracle.com/errata/ELSA-2025-23279.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23241 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23241.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-4 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7928-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-3 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7922-3"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23241 vom 2025-12-23",
"url": "https://errata.build.resf.org/RLSA-2025:23241"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4505-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3D5W2444LYTUJVXYGB63LTMU25GRLRJR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4516-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023646.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4517-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023649.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23279 vom 2025-12-24",
"url": "https://errata.build.resf.org/RLSA-2025:23279"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4515-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023647.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4521-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023651.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0029-1 vom 2026-01-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023679.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0033-1 vom 2026-01-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023686.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-4 vom 2026-01-06",
"url": "https://ubuntu.com/security/notices/USN-7922-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0173 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0173"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0453 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7928-5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20012-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023715.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-2 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7940-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20021-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023723.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0443 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0443"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0444 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0444"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20015-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023727.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7931-5"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0453 vom 2026-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-0453.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-5 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7922-5"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0457 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0489 vom 2026-01-13",
"url": "https://access.redhat.com/errata/RHSA-2026:0489"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0535 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0533 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0533"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0444 vom 2026-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-0444.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0536 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0534 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0537 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0537"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0576 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0576"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50006 vom 2026-01-15",
"url": "http://linux.oracle.com/errata/ELSA-2026-50006.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0643 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0643"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20059-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023751.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20039-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023767.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0443 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0443"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0444 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0444"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0453 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0453"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0950 vom 2026-01-22",
"url": "https://access.redhat.com/errata/RHSA-2026:0950"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0263-1 vom 2026-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0278-1 vom 2026-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0281-1 vom 2026-01-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023914.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0293-1 vom 2026-01-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023915.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50071 vom 2026-01-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-50071.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1441 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1441"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1443 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1443"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1445 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1445"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1442 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1442"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0315-1 vom 2026-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023971.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7258234 vom 2026-01-28",
"url": "https://www.ibm.com/support/pages/node/7258234"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1512 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1512"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1494 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1494"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1495 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1495"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0317-1 vom 2026-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023979.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1581 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1581"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-030 vom 2026-01-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000421570/dsa-2026-030-security-update-for-dell-networker-vproxy-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1623 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1623"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1886 vom 2026-02-04",
"url": "https://access.redhat.com/errata/RHSA-2026:1886"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20145-1 vom 2026-02-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FIKVKDA42VXBWDNHA6WP345IDVA2E3XU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20207-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024052.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20228-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024063.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-3 vom 2026-02-05",
"url": "https://ubuntu.com/security/notices/USN-7988-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20220-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024067.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50100 vom 2026-02-10",
"url": "http://linux.oracle.com/errata/ELSA-2026-50100.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0411-1 vom 2026-02-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024085.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-4 vom 2026-02-11",
"url": "https://ubuntu.com/security/notices/USN-7988-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-3 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-5 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-7988-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20317-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024177.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20334-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024161.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20333-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024162.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2026-112 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2026-112.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0617-1 vom 2026-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024378.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20478-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024408.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20479-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024407.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20473-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024411.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20477-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024409.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20498-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024476.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20519-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024456.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20520-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024455.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20496-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024477.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3634 vom 2026-03-03",
"url": "https://access.redhat.com/errata/RHSA-2026:3634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3685 vom 2026-03-03",
"url": "https://access.redhat.com/errata/RHSA-2026:3685"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1581 vom 2026-03-04",
"url": "https://linux.oracle.com/errata/ELSA-2026-1581.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20561-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024578.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20564-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024575.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20562-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024577.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-2 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8100-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8100-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-114 vom 2026-03-17",
"url": "https://www.dell.com/support/kbdoc/000436206"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-3 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-4 vom 2026-03-23",
"url": "https://ubuntu.com/security/notices/USN-8095-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20794-1 vom 2026-03-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024895.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3685 vom 2026-03-25",
"url": "https://linux.oracle.com/errata/ELSA-2026-3685.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20772-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024862.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20819-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024871.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8126-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8126-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8125-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8125-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1078-1 vom 2026-03-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024954.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20872-1 vom 2026-03-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024969.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20845-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024994.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20876-1 vom 2026-03-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025054.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-5 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8095-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8141-1 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8141-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268628 vom 2026-04-06",
"url": "https://www.ibm.com/support/pages/node/7268628"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1188-1 vom 2026-04-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025128.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1185-1 vom 2026-04-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025131.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1212-1 vom 2026-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025162.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1221-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025169.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8165-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8165-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1236-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025190.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1222-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025172.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1225-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025171.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8163-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1239-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025191.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21008-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025216.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1244-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025195.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1269-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025237.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1285-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025205.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21007-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025217.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1268-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025238.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1242-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025193.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1281-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025229.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1283-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025228.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1280-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025230.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1271-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025235.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1263-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025242.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1248-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025194.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1278-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025232.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1259-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025245.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21091-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025251.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21089-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025253.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21079-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025263.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1298-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025313.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21088-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21080-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025262.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21043-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025297.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21061-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025279.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1287-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025248.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21060-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025280.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21059-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025281.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21044-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025296.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1297-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025249.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1304-1 vom 2026-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025317.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21045-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025295.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21087-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025255.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21058-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025282.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21086-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025256.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21057-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025283.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21056-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025284.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21046-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025294.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21055-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025285.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21054-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025286.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21085-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025257.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21047-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025293.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21053-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025287.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21073-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025269.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-2 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8163-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21084-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025258.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21074-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025268.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21048-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025292.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21049-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025291.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21077-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025265.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21050-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025290.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21078-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025264.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21090-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025252.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21076-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025266.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21083-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025259.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21075-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025267.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21096-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025380.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21099-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025378.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21129-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025416.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21131-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025414.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21123-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025421.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21114-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025429.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9512 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9512"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20572-1 vom 2026-04-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/STWYWECAV6YINBQYRNTOUWNIHBOUY3YT/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21217-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025489.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21219-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025525.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9644 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9644"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21230-1 vom 2026-04-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025560.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21237-1 vom 2026-04-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025557.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1573-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025596.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21241-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025595.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10108 vom 2026-04-24",
"url": "https://access.redhat.com/errata/RHSA-2026:10108"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21255-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025583.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21361-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025743.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21352-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025751.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1643-1 vom 2026-04-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025762.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1661-1 vom 2026-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025787.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1686-1 vom 2026-05-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025842.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1684-1 vom 2026-05-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025843.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1718-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025884.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21471-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025878.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21468-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025881.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21482-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21472-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025877.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21491-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025858.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1708-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025852.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21473-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025876.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21474-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025875.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1694-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025846.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21475-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025874.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21476-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025873.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21477-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025872.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21479-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025870.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21470-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025879.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1710-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025851.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21481-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025868.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21483-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025866.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21487-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025862.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21484-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025865.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21485-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21480-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025869.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21469-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025880.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8243-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8243-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21514-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025896.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1725-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025918.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21505-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025905.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21506-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025904.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21507-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025903.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21508-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025902.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21509-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025901.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21510-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025900.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21511-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21512-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025898.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21513-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025897.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21515-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025895.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21495-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025915.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21496-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025914.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21497-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025913.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21498-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025912.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21499-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025911.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21501-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025909.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21503-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025907.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21504-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1728-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025921.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1733-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025919.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1768-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025939.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1771-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025937.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1776-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025948.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21529-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025991.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21555-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025966.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1798-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025979.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21533-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025986.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21562-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025961.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21563-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025960.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1787-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025995.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1793-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025982.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21532-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025988.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1804-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025951.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21531-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026007.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21526-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026003.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21523-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026006.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21528-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026001.html"
},
{
"category": "external",
"summary": "Dell Security Advisory",
"url": "https://www.dell.com/support/kbdoc/en-us/000462117/dsa-2026-047-security-update-for-dell-ecs-and-objectscale-multiple-vulnerabilities-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21591-1 vom 2026-05-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026041.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21598-1 vom 2026-05-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026037.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21706 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21706"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21745 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21745"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21745 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21745"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-21706 vom 2026-05-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-21706.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21706 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21706"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T07:23:00.687+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-2298",
"initial_release_date": "2025-10-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2025-34595, EUVD-2025-34603, EUVD-2025-34584, EUVD-2025-34574"
},
{
"date": "2025-10-26T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-03T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon und Oracle Linux aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2025-11-16T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-01T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-12-02T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-07T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-08T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Amazon, Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-09T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-12-11T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux, Debian und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-05T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-06T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-01-07T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat, Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Oracle Linux, Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Oracle Linux, Red Hat und SUSE aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von SUSE, IBM und Red Hat aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Ubuntu, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Red Hat und openSUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Amazon und Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Ubuntu und Dell aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von IBM und SUSE aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Red Hat, openSUSE und SUSE aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "91",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "92",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "93",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "94",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "95",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "96",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "97",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "98",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "99",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "99"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.8.1.0-3.8.1.7",
"product": {
"name": "Dell ECS 3.8.1.0-3.8.1.7",
"product_id": "T053778",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7"
}
}
}
],
"category": "product_name",
"name": "ECS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vProxy \u003c19.14",
"product": {
"name": "Dell NetWorker vProxy \u003c19.14",
"product_id": "T050451"
}
},
{
"category": "product_version",
"name": "vProxy 19.14",
"product": {
"name": "Dell NetWorker vProxy 19.14",
"product_id": "T050451-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.14"
}
}
},
{
"category": "product_version_range",
"name": "vProxy \u003c19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy \u003c19.13.0.3",
"product_id": "T051763"
}
},
{
"category": "product_version",
"name": "vProxy 19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy 19.13.0.3",
"product_id": "T051763-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.13.0.3"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10.5.0.0-10.5.0.20",
"product": {
"name": "IBM DataPower Gateway 10.5.0.0-10.5.0.20",
"product_id": "T052394",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20"
}
}
},
{
"category": "product_version",
"name": "10.6.0.0-10.6.0.8",
"product": {
"name": "IBM DataPower Gateway 10.6.0.0-10.6.0.8",
"product_id": "T052395",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP14 IF04",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP14 IF04",
"product_id": "T050392"
}
},
{
"category": "product_version",
"name": "7.5.0 UP14 IF04",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP14 IF04",
"product_id": "T050392-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up14_if04"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T047708",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T048374",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T048848",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-39966",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39966"
},
{
"cve": "CVE-2025-39967",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39967"
},
{
"cve": "CVE-2025-39968",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39968"
},
{
"cve": "CVE-2025-39969",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39969"
},
{
"cve": "CVE-2025-39970",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39970"
},
{
"cve": "CVE-2025-39971",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39971"
},
{
"cve": "CVE-2025-39972",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39972"
},
{
"cve": "CVE-2025-39973",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39973"
},
{
"cve": "CVE-2025-39974",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39974"
},
{
"cve": "CVE-2025-39975",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39975"
},
{
"cve": "CVE-2025-39976",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39976"
},
{
"cve": "CVE-2025-39977",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39977"
},
{
"cve": "CVE-2025-39978",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39978"
},
{
"cve": "CVE-2025-39979",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39979"
},
{
"cve": "CVE-2025-39980",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39980"
},
{
"cve": "CVE-2025-39981",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39981"
},
{
"cve": "CVE-2025-39982",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39982"
},
{
"cve": "CVE-2025-39983",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39983"
},
{
"cve": "CVE-2025-39984",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39984"
},
{
"cve": "CVE-2025-39985",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39985"
},
{
"cve": "CVE-2025-39986",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39986"
},
{
"cve": "CVE-2025-39987",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39987"
},
{
"cve": "CVE-2025-39988",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39988"
},
{
"cve": "CVE-2025-39990",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39990"
},
{
"cve": "CVE-2025-39991",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39991"
},
{
"cve": "CVE-2025-39992",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39992"
},
{
"cve": "CVE-2025-39993",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39993"
},
{
"cve": "CVE-2025-39994",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39994"
},
{
"cve": "CVE-2025-39995",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39995"
},
{
"cve": "CVE-2025-39996",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39996"
},
{
"cve": "CVE-2025-39997",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39997"
},
{
"cve": "CVE-2025-39998",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39998"
},
{
"cve": "CVE-2025-39999",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39999"
},
{
"cve": "CVE-2025-40000",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-40000"
}
]
}
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.