Action not permitted
Modal body text goes here.
cve-2024-42107
Vulnerability from cvelistv5
Published
2024-07-30 07:46
Modified
2024-11-05 09:37
Severity ?
EPSS score ?
Summary
ice: Don't process extts if PTP is disabled
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T04:54:32.575Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/1c4e524811918600683b1ea87a5e0fc2db64fa9b" }, { "tags": [ "x_transferred" ], "url": "https://git.kernel.org/stable/c/996422e3230e41468f652d754fefd1bdbcd4604e" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2024-42107", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-09-10T16:17:43.025350Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-09-11T17:33:07.604Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "drivers/net/ethernet/intel/ice/ice_ptp.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "1c4e52481191", "status": "affected", "version": "172db5f91d5f", "versionType": "git" }, { "lessThan": "996422e3230e", "status": "affected", "version": "172db5f91d5f", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "drivers/net/ethernet/intel/ice/ice_ptp.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "5.14" }, { "lessThan": "5.14", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "6.9.*", "status": "unaffected", "version": "6.9.9", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.10", "versionType": "original_commit_for_fix" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Don\u0027t process extts if PTP is disabled\n\nThe ice_ptp_extts_event() function can race with ice_ptp_release() and\nresult in a NULL pointer dereference which leads to a kernel panic.\n\nPanic occurs because the ice_ptp_extts_event() function calls\nptp_clock_event() with a NULL pointer. The ice driver has already\nreleased the PTP clock by the time the interrupt for the next external\ntimestamp event occurs.\n\nTo fix this, modify the ice_ptp_extts_event() function to check the\nPTP state and bail early if PTP is not ready." } ], "providerMetadata": { "dateUpdated": "2024-11-05T09:37:33.030Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/1c4e524811918600683b1ea87a5e0fc2db64fa9b" }, { "url": "https://git.kernel.org/stable/c/996422e3230e41468f652d754fefd1bdbcd4604e" } ], "title": "ice: Don\u0027t process extts if PTP is disabled", "x_generator": { "engine": "bippy-9e1c9544281a" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2024-42107", "datePublished": "2024-07-30T07:46:02.834Z", "dateReserved": "2024-07-29T15:50:41.176Z", "dateUpdated": "2024-11-05T09:37:33.030Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-42107\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-07-30T08:15:03.220\",\"lastModified\":\"2024-11-21T09:33:36.967\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nice: Don\u0027t process extts if PTP is disabled\\n\\nThe ice_ptp_extts_event() function can race with ice_ptp_release() and\\nresult in a NULL pointer dereference which leads to a kernel panic.\\n\\nPanic occurs because the ice_ptp_extts_event() function calls\\nptp_clock_event() with a NULL pointer. The ice driver has already\\nreleased the PTP clock by the time the interrupt for the next external\\ntimestamp event occurs.\\n\\nTo fix this, modify the ice_ptp_extts_event() function to check the\\nPTP state and bail early if PTP is not ready.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ice: no procesar extts si PTP est\u00e1 deshabilitado. La funci\u00f3n ice_ptp_extts_event() puede competir con ice_ptp_release() y provocar una desreferencia del puntero NULL que provoca un p\u00e1nico en el kernel. El p\u00e1nico ocurre porque la funci\u00f3n ice_ptp_extts_event() llama a ptp_clock_event() con un puntero NULL. El controlador de hielo ya ha liberado el reloj PTP cuando ocurre la interrupci\u00f3n para el siguiente evento de marca de tiempo externo. Para solucionar este problema, modifique la funci\u00f3n ice_ptp_extts_event() para verificar el estado de PTP y salir temprano si PTP no est\u00e1 listo.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1c4e524811918600683b1ea87a5e0fc2db64fa9b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/996422e3230e41468f652d754fefd1bdbcd4604e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1c4e524811918600683b1ea87a5e0fc2db64fa9b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/996422e3230e41468f652d754fefd1bdbcd4604e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
rhsa-2024_5673
Vulnerability from csaf_redhat
Published
2024-08-21 00:17
Modified
2024-12-04 21:05
Summary
Red Hat Security Advisory: kernel-rt security update
Notes
Topic
An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.
Security Fix(es):
* kernel: efivarfs: force RO when remounting if SetVariable is not supported (CVE-2023-52463)
* kernel: igc: avoid returning frame twice in XDP_REDIRECT (CVE-2024-26853)
* kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge (CVE-2024-36000)
* kernel: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (CVE-2023-52735)
* kernel: net: fix out-of-bounds access in ops_init (CVE-2024-36883)
* kernel: net/mlx5e: Fix netif state handling (CVE-2024-38608)
* kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() (CVE-2024-40995)
* kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090)
* kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091)
* kernel: NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076)
* kernel: ice: Don't process extts if PTP is disabled (CVE-2024-42107)
Bug Fix(es):
* kernel-rt: update RT source tree to the latest RHEL-9.2 ad hoc schedule build (JIRA:RHEL-54222)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
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.
{ "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-rt is now available for Red Hat Enterprise Linux 9.2 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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: efivarfs: force RO when remounting if SetVariable is not supported (CVE-2023-52463)\n\n* kernel: igc: avoid returning frame twice in XDP_REDIRECT (CVE-2024-26853)\n\n* kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge (CVE-2024-36000)\n\n* kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself (CVE-2023-52735)\n\n* kernel: net: fix out-of-bounds access in ops_init (CVE-2024-36883)\n\n* kernel: net/mlx5e: Fix netif state handling (CVE-2024-38608)\n\n* kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() (CVE-2024-40995)\n\n* kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090)\n\n* kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091)\n\n* kernel: NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076)\n\n* kernel: ice: Don\u0026#39;t process extts if PTP is disabled (CVE-2024-42107)\n\nBug Fix(es):\n\n* kernel-rt: update RT source tree to the latest RHEL-9.2 ad hoc schedule build (JIRA:RHEL-54222)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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-2024:5673", "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2265797", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265797" }, { "category": "external", "summary": "2275748", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275748" }, { "category": "external", "summary": "2281968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281968" }, { "category": "external", "summary": "2282618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282618" }, { "category": "external", "summary": "2284271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284271" }, { "category": "external", "summary": "2293356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293356" }, { "category": "external", "summary": "2297579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297579" }, { "category": "external", "summary": "2299240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299240" }, { "category": "external", "summary": "2299336", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299336" }, { "category": "external", "summary": "2300453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300453" }, { "category": "external", "summary": "2301766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301766" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5673.json" } ], "title": "Red Hat Security Advisory: kernel-rt security update", "tracking": { "current_release_date": "2024-12-04T21:05:12+00:00", "generator": { "date": "2024-12-04T21:05:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:5673", "initial_release_date": "2024-08-21T00:17:24+00:00", "revision_history": [ { "date": "2024-08-21T00:17:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-21T00:17:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-04T21:05:12+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 Real Time EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::realtime" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::nfv" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.80.1.rt14.365.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.80.1.rt14.365.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)", "product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "NFV-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)", "product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52463", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-02-24T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265797" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel, which involves the improper handling of the efivarfs filesystem when the firmware does not support the SetVariable function at runtime. Specifically, even if efivarfs is initially mounted as read-only (RO), it can be remounted as read-write (RW) without checking if the firmware can handle variable updates. This issue allows operations such as efi-updatevar to be executed, which leads to a crash due to a NULL pointer dereference. This crash occurs because the callback for SetVariable is not assigned, causing a level 0 translation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: efivarfs: force RO when remounting if SetVariable is not supported", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as Moderate severity because it requires specific conditions to be exploited: the system must be using a firmware that does not support the SetVariable function at runtime, and an attacker must have the ability to remount the efivarfs filesystem with read-write permissions. While it does not provide direct unauthorized access or code execution, the resulting crash from a NULL pointer dereference can cause denial of service, disrupting normal system operations. The impact is limited to systems with the specified firmware and does not affect systems where the SetVariable function is properly supported, reducing the overall exposure and potential damage.", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52463" }, { "category": "external", "summary": "RHBZ#2265797", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265797" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52463", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52463" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52463", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52463" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024022335-CVE-2023-52463-6195@gregkh/T/#u", "url": "https://lore.kernel.org/linux-cve-announce/2024022335-CVE-2023-52463-6195@gregkh/T/#u" } ], "release_date": "2024-02-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. Make sure to perform the updates as they become available.", "product_ids": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: efivarfs: force RO when remounting if SetVariable is not supported" }, { "cve": "CVE-2023-52735", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2024-05-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282618" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf, sockmap: Don\u0027t let sock_map_{close,destroy,unhash} call itself\n\nsock_map proto callbacks should never call themselves by design. Protect\nagainst bugs like [1] and break out of the recursive loop to avoid a stack\noverflow in favor of a resource leak.\n\n[1] https://lore.kernel.org/all/00000000000073b14905ef2e7401@google.com/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52735" }, { "category": "external", "summary": "RHBZ#2282618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282618" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52735", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52735" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52735-4df1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52735-4df1@gregkh/T" } ], "release_date": "2024-05-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself" }, { "cve": "CVE-2024-26853", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-04-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275748" } ], "notes": [ { "category": "description", "text": "A memory corruption flaw was found in the Linux kernel\u2019s Intel(R) Ethernet Controller I225-LM/I225-V driver in how a user generates a high amount of packets. This flaw allows a local user to crash the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: igc: avoid returning frame twice in XDP_REDIRECT", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26853" }, { "category": "external", "summary": "RHBZ#2275748", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275748" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26853", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26853" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26853", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26853" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024041723-CVE-2024-26853-b549@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024041723-CVE-2024-26853-b549@gregkh/T" } ], "release_date": "2024-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: igc: avoid returning frame twice in XDP_REDIRECT" }, { "cve": "CVE-2024-36000", "discovery_date": "2024-05-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2281968" } ], "notes": [ { "category": "description", "text": "CVE-2024-36000 addresses a synchronization issue in the Linux kernel\u0027s management of huge pages. The problem arises when multiple threads modify the reservation map concurrently without proper locking, leading to potential inconsistencies and system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-36000" }, { "category": "external", "summary": "RHBZ#2281968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281968" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-36000", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36000" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-36000", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36000" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024052023-CVE-2024-36000-cfc4@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024052023-CVE-2024-36000-cfc4@gregkh/T" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge" }, { "cve": "CVE-2024-36883", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2024-05-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2284271" } ], "notes": [ { "category": "description", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s networking subsystem in how a local user triggers a complex race condition. This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: fix out-of-bounds access in ops_init", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-36883" }, { "category": "external", "summary": "RHBZ#2284271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284271" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-36883", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36883" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-36883", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36883" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024053032-CVE-2024-36883-b892@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024053032-CVE-2024-36883-b892@gregkh/T" } ], "release_date": "2024-05-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: fix out-of-bounds access in ops_init" }, { "cve": "CVE-2024-38608", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-06-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2293356" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix netif state handling\n\nmlx5e_suspend cleans resources only if netif_device_present() returns\ntrue. However, mlx5e_resume changes the state of netif, via\nmlx5e_nic_enable, only if reg_state == NETREG_REGISTERED.\nIn the below case, the above leads to NULL-ptr Oops[1] and memory\nleaks:\n\nmlx5e_probe\n _mlx5e_resume\n mlx5e_attach_netdev\n mlx5e_nic_enable \u003c-- netdev not reg, not calling netif_device_attach()\n register_netdev \u003c-- failed for some reason.\nERROR_FLOW:\n _mlx5e_suspend \u003c-- netif_device_present return false, resources aren\u0027t freed :(\n\nHence, clean resources in this case as well.\n\n[1]\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0010 [#1] SMP\nCPU: 2 PID: 9345 Comm: test-ovs-ct-gen Not tainted 6.5.0_for_upstream_min_debug_2023_09_05_16_01 #1\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\nRIP: 0010:0x0\nCode: Unable to access opcode bytes at0xffffffffffffffd6.\nRSP: 0018:ffff888178aaf758 EFLAGS: 00010246\nCall Trace:\n \u003cTASK\u003e\n ? __die+0x20/0x60\n ? page_fault_oops+0x14c/0x3c0\n ? exc_page_fault+0x75/0x140\n ? asm_exc_page_fault+0x22/0x30\n notifier_call_chain+0x35/0xb0\n blocking_notifier_call_chain+0x3d/0x60\n mlx5_blocking_notifier_call_chain+0x22/0x30 [mlx5_core]\n mlx5_core_uplink_netdev_event_replay+0x3e/0x60 [mlx5_core]\n mlx5_mdev_netdev_track+0x53/0x60 [mlx5_ib]\n mlx5_ib_roce_init+0xc3/0x340 [mlx5_ib]\n __mlx5_ib_add+0x34/0xd0 [mlx5_ib]\n mlx5r_probe+0xe1/0x210 [mlx5_ib]\n ? auxiliary_match_id+0x6a/0x90\n auxiliary_bus_probe+0x38/0x80\n ? driver_sysfs_add+0x51/0x80\n really_probe+0xc9/0x3e0\n ? driver_probe_device+0x90/0x90\n __driver_probe_device+0x80/0x160\n driver_probe_device+0x1e/0x90\n __device_attach_driver+0x7d/0x100\n bus_for_each_drv+0x80/0xd0\n __device_attach+0xbc/0x1f0\n bus_probe_device+0x86/0xa0\n device_add+0x637/0x840\n __auxiliary_device_add+0x3b/0xa0\n add_adev+0xc9/0x140 [mlx5_core]\n mlx5_rescan_drivers_locked+0x22a/0x310 [mlx5_core]\n mlx5_register_device+0x53/0xa0 [mlx5_core]\n mlx5_init_one_devl_locked+0x5c4/0x9c0 [mlx5_core]\n mlx5_init_one+0x3b/0x60 [mlx5_core]\n probe_one+0x44c/0x730 [mlx5_core]\n local_pci_probe+0x3e/0x90\n pci_device_probe+0xbf/0x210\n ? kernfs_create_link+0x5d/0xa0\n ? sysfs_do_create_link_sd+0x60/0xc0\n really_probe+0xc9/0x3e0\n ? driver_probe_device+0x90/0x90\n __driver_probe_device+0x80/0x160\n driver_probe_device+0x1e/0x90\n __device_attach_driver+0x7d/0x100\n bus_for_each_drv+0x80/0xd0\n __device_attach+0xbc/0x1f0\n pci_bus_add_device+0x54/0x80\n pci_iov_add_virtfn+0x2e6/0x320\n sriov_enable+0x208/0x420\n mlx5_core_sriov_configure+0x9e/0x200 [mlx5_core]\n sriov_numvfs_store+0xae/0x1a0\n kernfs_fop_write_iter+0x10c/0x1a0\n vfs_write+0x291/0x3c0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x3d/0x90\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n CR2: 0000000000000000\n ---[ end trace 0000000000000000 ]---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/mlx5e: Fix netif state handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as low severity, as it requires specific conditions in network interface setup and does not compromise confidentiality or integrity. Its impact is restricted to potential stability issues under rare circumstances.", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38608" }, { "category": "external", "summary": "RHBZ#2293356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293356" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38608", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38608" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38608", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38608" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024061920-CVE-2024-38608-4068@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024061920-CVE-2024-38608-4068@gregkh/T" } ], "release_date": "2024-06-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: net/mlx5e: Fix netif state handling" }, { "cve": "CVE-2024-40995", "cwe": { "id": "CWE-833", "name": "Deadlock" }, "discovery_date": "2024-07-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2297579" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()\n\nsyzbot found hanging tasks waiting on rtnl_lock [1]\n\nA reproducer is available in the syzbot bug.\n\nWhen a request to add multiple actions with the same index is sent, the\nsecond request will block forever on the first request. This holds\nrtnl_lock, and causes tasks to hang.\n\nReturn -EAGAIN to prevent infinite looping, while keeping documented\nbehavior.\n\n[1]\n\nINFO: task kworker/1:0:5088 blocked for more than 143 seconds.\nNot tainted 6.9.0-rc4-syzkaller-00173-g3cdb45594619 #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:kworker/1:0 state:D stack:23744 pid:5088 tgid:5088 ppid:2 flags:0x00004000\nWorkqueue: events_power_efficient reg_check_chans_work\nCall Trace:\n\u003cTASK\u003e\ncontext_switch kernel/sched/core.c:5409 [inline]\n__schedule+0xf15/0x5d00 kernel/sched/core.c:6746\n__schedule_loop kernel/sched/core.c:6823 [inline]\nschedule+0xe7/0x350 kernel/sched/core.c:6838\nschedule_preempt_disabled+0x13/0x30 kernel/sched/core.c:6895\n__mutex_lock_common kernel/locking/mutex.c:684 [inline]\n__mutex_lock+0x5b8/0x9c0 kernel/locking/mutex.c:752\nwiphy_lock include/net/cfg80211.h:5953 [inline]\nreg_leave_invalid_chans net/wireless/reg.c:2466 [inline]\nreg_check_chans_work+0x10a/0x10e0 net/wireless/reg.c:2481", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-40995" }, { "category": "external", "summary": "RHBZ#2297579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297579" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-40995", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40995" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-40995", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40995" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024071251-CVE-2024-40995-2a5c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024071251-CVE-2024-40995-2a5c@gregkh/T" } ], "release_date": "2024-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()" }, { "cve": "CVE-2024-41076", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2024-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2300453" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the nfs4_set_security_label() in the Linux kernel, where the function fails to free the nfs_fattr attribute before exiting, leaving said memory allocation present. As the nfs4_set_security_label() is called repeatedly over time, this may lead to memory exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: NFSv4: Fix memory leak in nfs4_set_security_label", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat believes this flaw to be of low severity as the only effect of this vulnerability is to lead to memory leakage which, called repeatedly over time, may lead to memory exhaustion and impact the system\u0027s performance. Given that the max xattr size on NFSv4 systems is quite small (typically 1KB; and security xattrs tend to be significantly smaller) it is safe to assume that a system\u0027s availability being impacted solely from memory exhaustion caused by this vulnerability is unlikely and thus its impact is low.", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41076" }, { "category": "external", "summary": "RHBZ#2300453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300453" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41076" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41076", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41076" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072910-CVE-2024-41076-6124@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024072910-CVE-2024-41076-6124@gregkh/T" } ], "release_date": "2024-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: NFSv4: Fix memory leak in nfs4_set_security_label" }, { "cve": "CVE-2024-41090", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2299240" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size \u003c ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always \u003e= ETH_HLEN.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: virtio-net: tap: mlx5_core short frame denial of service", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41090" }, { "category": "external", "summary": "RHBZ#2299240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299240" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41090" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41090", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41090" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072916-CVE-2024-41090-9830@gregkh", "url": "https://lore.kernel.org/linux-cve-announce/2024072916-CVE-2024-41090-9830@gregkh" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/07/24/4", "url": "https://www.openwall.com/lists/oss-security/2024/07/24/4" } ], "release_date": "2024-07-24T17:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: virtio-net: tap: mlx5_core short frame denial of service" }, { "cve": "CVE-2024-41091", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2299336" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size \u003c ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always \u003e= ETH_HLEN.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: virtio-net: tun: mlx5_core short frame denial of service", "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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41091" }, { "category": "external", "summary": "RHBZ#2299336", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299336" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41091" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41091", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41091" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072918-CVE-2024-41091-35b7@gregkh", "url": "https://lore.kernel.org/linux-cve-announce/2024072918-CVE-2024-41091-35b7@gregkh" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/07/24/4", "url": "https://www.openwall.com/lists/oss-security/2024/07/24/4" } ], "release_date": "2024-07-24T17:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: virtio-net: tun: mlx5_core short frame denial of service" }, { "cve": "CVE-2024-42107", "discovery_date": "2024-07-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2301766" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Don\u0027t process extts if PTP is disabled\n\nThe ice_ptp_extts_event() function can race with ice_ptp_release() and\nresult in a NULL pointer dereference which leads to a kernel panic.\n\nPanic occurs because the ice_ptp_extts_event() function calls\nptp_clock_event() with a NULL pointer. The ice driver has already\nreleased the PTP clock by the time the interrupt for the next external\ntimestamp event occurs.\n\nTo fix this, modify the ice_ptp_extts_event() function to check the\nPTP state and bail early if PTP is not ready.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ice: Don\u0027t process extts if PTP is disabled", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42107" }, { "category": "external", "summary": "RHBZ#2301766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301766" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42107" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42107", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42107" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024073020-CVE-2024-42107-65cc@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024073020-CVE-2024-42107-65cc@gregkh/T" } ], "release_date": "2024-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:17:24+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": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5673" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.src", "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64", "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.80.1.rt14.365.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ice: Don\u0027t process extts if PTP is disabled" } ] }
rhsa-2024_5672
Vulnerability from csaf_redhat
Published
2024-08-21 00:34
Modified
2024-12-04 21:05
Summary
Red Hat Security Advisory: kernel security update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* kernel: efivarfs: force RO when remounting if SetVariable is not supported (CVE-2023-52463)
* kernel: igc: avoid returning frame twice in XDP_REDIRECT (CVE-2024-26853)
* kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge (CVE-2024-36000)
* kernel: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (CVE-2023-52735)
* kernel: net: fix out-of-bounds access in ops_init (CVE-2024-36883)
* kernel: net/mlx5e: Fix netif state handling (CVE-2024-38608)
* kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() (CVE-2024-40995)
* kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090)
* kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091)
* kernel: NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076)
* kernel: ice: Don't process extts if PTP is disabled (CVE-2024-42107)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
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.
{ "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.2 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: efivarfs: force RO when remounting if SetVariable is not supported (CVE-2023-52463)\n\n* kernel: igc: avoid returning frame twice in XDP_REDIRECT (CVE-2024-26853)\n\n* kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge (CVE-2024-36000)\n\n* kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself (CVE-2023-52735)\n\n* kernel: net: fix out-of-bounds access in ops_init (CVE-2024-36883)\n\n* kernel: net/mlx5e: Fix netif state handling (CVE-2024-38608)\n\n* kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() (CVE-2024-40995)\n\n* kernel: virtio-net: tap: mlx5_core short frame denial of service (CVE-2024-41090)\n\n* kernel: virtio-net: tun: mlx5_core short frame denial of service (CVE-2024-41091)\n\n* kernel: NFSv4: Fix memory leak in nfs4_set_security_label (CVE-2024-41076)\n\n* kernel: ice: Don\u0026#39;t process extts if PTP is disabled (CVE-2024-42107)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer 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-2024:5672", "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2265797", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265797" }, { "category": "external", "summary": "2275748", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275748" }, { "category": "external", "summary": "2281968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281968" }, { "category": "external", "summary": "2282618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282618" }, { "category": "external", "summary": "2284271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284271" }, { "category": "external", "summary": "2293356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293356" }, { "category": "external", "summary": "2297579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297579" }, { "category": "external", "summary": "2299240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299240" }, { "category": "external", "summary": "2299336", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299336" }, { "category": "external", "summary": "2300453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300453" }, { "category": "external", "summary": "2301766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301766" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5672.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2024-12-04T21:05:22+00:00", "generator": { "date": "2024-12-04T21:05:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:5672", "initial_release_date": "2024-08-21T00:34:04+00:00", "revision_history": [ { "date": "2024-08-21T00:34:04+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-21T00:34:04+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-04T21:05:22+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.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.80.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.80.1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.80.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.80.1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.80.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.80.1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.80.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.80.1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.80.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.80.1.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-284.80.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.80.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.80.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.80.1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.80.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.80.1.el9_2.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52463", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-02-24T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2265797" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Linux kernel, which involves the improper handling of the efivarfs filesystem when the firmware does not support the SetVariable function at runtime. Specifically, even if efivarfs is initially mounted as read-only (RO), it can be remounted as read-write (RW) without checking if the firmware can handle variable updates. This issue allows operations such as efi-updatevar to be executed, which leads to a crash due to a NULL pointer dereference. This crash occurs because the callback for SetVariable is not assigned, causing a level 0 translation fault.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: efivarfs: force RO when remounting if SetVariable is not supported", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as Moderate severity because it requires specific conditions to be exploited: the system must be using a firmware that does not support the SetVariable function at runtime, and an attacker must have the ability to remount the efivarfs filesystem with read-write permissions. While it does not provide direct unauthorized access or code execution, the resulting crash from a NULL pointer dereference can cause denial of service, disrupting normal system operations. The impact is limited to systems with the specified firmware and does not affect systems where the SetVariable function is properly supported, reducing the overall exposure and potential damage.", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52463" }, { "category": "external", "summary": "RHBZ#2265797", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2265797" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52463", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52463" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52463", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52463" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024022335-CVE-2023-52463-6195@gregkh/T/#u", "url": "https://lore.kernel.org/linux-cve-announce/2024022335-CVE-2023-52463-6195@gregkh/T/#u" } ], "release_date": "2024-02-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "workaround", "details": "No mitigation is currently available for this vulnerability. Make sure to perform the updates as they become available.", "product_ids": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: efivarfs: force RO when remounting if SetVariable is not supported" }, { "cve": "CVE-2023-52735", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2024-05-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282618" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf, sockmap: Don\u0027t let sock_map_{close,destroy,unhash} call itself\n\nsock_map proto callbacks should never call themselves by design. Protect\nagainst bugs like [1] and break out of the recursive loop to avoid a stack\noverflow in favor of a resource leak.\n\n[1] https://lore.kernel.org/all/00000000000073b14905ef2e7401@google.com/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52735" }, { "category": "external", "summary": "RHBZ#2282618", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282618" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52735", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52735" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52735-4df1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52735-4df1@gregkh/T" } ], "release_date": "2024-05-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "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-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: bpf, sockmap: Don\u0026#39;t let sock_map_{close,destroy,unhash} call itself" }, { "cve": "CVE-2024-26853", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-04-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275748" } ], "notes": [ { "category": "description", "text": "A memory corruption flaw was found in the Linux kernel\u2019s Intel(R) Ethernet Controller I225-LM/I225-V driver in how a user generates a high amount of packets. This flaw allows a local user to crash the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: igc: avoid returning frame twice in XDP_REDIRECT", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26853" }, { "category": "external", "summary": "RHBZ#2275748", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275748" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26853", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26853" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26853", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26853" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024041723-CVE-2024-26853-b549@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024041723-CVE-2024-26853-b549@gregkh/T" } ], "release_date": "2024-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "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-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: igc: avoid returning frame twice in XDP_REDIRECT" }, { "cve": "CVE-2024-36000", "discovery_date": "2024-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2281968" } ], "notes": [ { "category": "description", "text": "CVE-2024-36000 addresses a synchronization issue in the Linux kernel\u0027s management of huge pages. The problem arises when multiple threads modify the reservation map concurrently without proper locking, leading to potential inconsistencies and system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-36000" }, { "category": "external", "summary": "RHBZ#2281968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2281968" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-36000", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36000" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-36000", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36000" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024052023-CVE-2024-36000-cfc4@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024052023-CVE-2024-36000-cfc4@gregkh/T" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge" }, { "cve": "CVE-2024-36883", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2024-05-31T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2284271" } ], "notes": [ { "category": "description", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s networking subsystem in how a local user triggers a complex race condition. This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: fix out-of-bounds access in ops_init", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-36883" }, { "category": "external", "summary": "RHBZ#2284271", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2284271" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-36883", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36883" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-36883", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-36883" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024053032-CVE-2024-36883-b892@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024053032-CVE-2024-36883-b892@gregkh/T" } ], "release_date": "2024-05-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: fix out-of-bounds access in ops_init" }, { "cve": "CVE-2024-38608", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-06-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2293356" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix netif state handling\n\nmlx5e_suspend cleans resources only if netif_device_present() returns\ntrue. However, mlx5e_resume changes the state of netif, via\nmlx5e_nic_enable, only if reg_state == NETREG_REGISTERED.\nIn the below case, the above leads to NULL-ptr Oops[1] and memory\nleaks:\n\nmlx5e_probe\n _mlx5e_resume\n mlx5e_attach_netdev\n mlx5e_nic_enable \u003c-- netdev not reg, not calling netif_device_attach()\n register_netdev \u003c-- failed for some reason.\nERROR_FLOW:\n _mlx5e_suspend \u003c-- netif_device_present return false, resources aren\u0027t freed :(\n\nHence, clean resources in this case as well.\n\n[1]\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0010 [#1] SMP\nCPU: 2 PID: 9345 Comm: test-ovs-ct-gen Not tainted 6.5.0_for_upstream_min_debug_2023_09_05_16_01 #1\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\nRIP: 0010:0x0\nCode: Unable to access opcode bytes at0xffffffffffffffd6.\nRSP: 0018:ffff888178aaf758 EFLAGS: 00010246\nCall Trace:\n \u003cTASK\u003e\n ? __die+0x20/0x60\n ? page_fault_oops+0x14c/0x3c0\n ? exc_page_fault+0x75/0x140\n ? asm_exc_page_fault+0x22/0x30\n notifier_call_chain+0x35/0xb0\n blocking_notifier_call_chain+0x3d/0x60\n mlx5_blocking_notifier_call_chain+0x22/0x30 [mlx5_core]\n mlx5_core_uplink_netdev_event_replay+0x3e/0x60 [mlx5_core]\n mlx5_mdev_netdev_track+0x53/0x60 [mlx5_ib]\n mlx5_ib_roce_init+0xc3/0x340 [mlx5_ib]\n __mlx5_ib_add+0x34/0xd0 [mlx5_ib]\n mlx5r_probe+0xe1/0x210 [mlx5_ib]\n ? auxiliary_match_id+0x6a/0x90\n auxiliary_bus_probe+0x38/0x80\n ? driver_sysfs_add+0x51/0x80\n really_probe+0xc9/0x3e0\n ? driver_probe_device+0x90/0x90\n __driver_probe_device+0x80/0x160\n driver_probe_device+0x1e/0x90\n __device_attach_driver+0x7d/0x100\n bus_for_each_drv+0x80/0xd0\n __device_attach+0xbc/0x1f0\n bus_probe_device+0x86/0xa0\n device_add+0x637/0x840\n __auxiliary_device_add+0x3b/0xa0\n add_adev+0xc9/0x140 [mlx5_core]\n mlx5_rescan_drivers_locked+0x22a/0x310 [mlx5_core]\n mlx5_register_device+0x53/0xa0 [mlx5_core]\n mlx5_init_one_devl_locked+0x5c4/0x9c0 [mlx5_core]\n mlx5_init_one+0x3b/0x60 [mlx5_core]\n probe_one+0x44c/0x730 [mlx5_core]\n local_pci_probe+0x3e/0x90\n pci_device_probe+0xbf/0x210\n ? kernfs_create_link+0x5d/0xa0\n ? sysfs_do_create_link_sd+0x60/0xc0\n really_probe+0xc9/0x3e0\n ? driver_probe_device+0x90/0x90\n __driver_probe_device+0x80/0x160\n driver_probe_device+0x1e/0x90\n __device_attach_driver+0x7d/0x100\n bus_for_each_drv+0x80/0xd0\n __device_attach+0xbc/0x1f0\n pci_bus_add_device+0x54/0x80\n pci_iov_add_virtfn+0x2e6/0x320\n sriov_enable+0x208/0x420\n mlx5_core_sriov_configure+0x9e/0x200 [mlx5_core]\n sriov_numvfs_store+0xae/0x1a0\n kernfs_fop_write_iter+0x10c/0x1a0\n vfs_write+0x291/0x3c0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x3d/0x90\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n CR2: 0000000000000000\n ---[ end trace 0000000000000000 ]---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/mlx5e: Fix netif state handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as low severity, as it requires specific conditions in network interface setup and does not compromise confidentiality or integrity. Its impact is restricted to potential stability issues under rare circumstances.", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-38608" }, { "category": "external", "summary": "RHBZ#2293356", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293356" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-38608", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38608" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-38608", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38608" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024061920-CVE-2024-38608-4068@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024061920-CVE-2024-38608-4068@gregkh/T" } ], "release_date": "2024-06-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: net/mlx5e: Fix netif state handling" }, { "cve": "CVE-2024-40995", "cwe": { "id": "CWE-833", "name": "Deadlock" }, "discovery_date": "2024-07-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2297579" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()\n\nsyzbot found hanging tasks waiting on rtnl_lock [1]\n\nA reproducer is available in the syzbot bug.\n\nWhen a request to add multiple actions with the same index is sent, the\nsecond request will block forever on the first request. This holds\nrtnl_lock, and causes tasks to hang.\n\nReturn -EAGAIN to prevent infinite looping, while keeping documented\nbehavior.\n\n[1]\n\nINFO: task kworker/1:0:5088 blocked for more than 143 seconds.\nNot tainted 6.9.0-rc4-syzkaller-00173-g3cdb45594619 #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:kworker/1:0 state:D stack:23744 pid:5088 tgid:5088 ppid:2 flags:0x00004000\nWorkqueue: events_power_efficient reg_check_chans_work\nCall Trace:\n\u003cTASK\u003e\ncontext_switch kernel/sched/core.c:5409 [inline]\n__schedule+0xf15/0x5d00 kernel/sched/core.c:6746\n__schedule_loop kernel/sched/core.c:6823 [inline]\nschedule+0xe7/0x350 kernel/sched/core.c:6838\nschedule_preempt_disabled+0x13/0x30 kernel/sched/core.c:6895\n__mutex_lock_common kernel/locking/mutex.c:684 [inline]\n__mutex_lock+0x5b8/0x9c0 kernel/locking/mutex.c:752\nwiphy_lock include/net/cfg80211.h:5953 [inline]\nreg_leave_invalid_chans net/wireless/reg.c:2466 [inline]\nreg_check_chans_work+0x10a/0x10e0 net/wireless/reg.c:2481", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-40995" }, { "category": "external", "summary": "RHBZ#2297579", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297579" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-40995", "url": "https://www.cve.org/CVERecord?id=CVE-2024-40995" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-40995", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-40995" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024071251-CVE-2024-40995-2a5c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024071251-CVE-2024-40995-2a5c@gregkh/T" } ], "release_date": "2024-07-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()" }, { "cve": "CVE-2024-41076", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2024-07-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2300453" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the nfs4_set_security_label() in the Linux kernel, where the function fails to free the nfs_fattr attribute before exiting, leaving said memory allocation present. As the nfs4_set_security_label() is called repeatedly over time, this may lead to memory exhaustion.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: NFSv4: Fix memory leak in nfs4_set_security_label", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat believes this flaw to be of low severity as the only effect of this vulnerability is to lead to memory leakage which, called repeatedly over time, may lead to memory exhaustion and impact the system\u0027s performance. Given that the max xattr size on NFSv4 systems is quite small (typically 1KB; and security xattrs tend to be significantly smaller) it is safe to assume that a system\u0027s availability being impacted solely from memory exhaustion caused by this vulnerability is unlikely and thus its impact is low.", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41076" }, { "category": "external", "summary": "RHBZ#2300453", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2300453" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41076" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41076", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41076" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072910-CVE-2024-41076-6124@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024072910-CVE-2024-41076-6124@gregkh/T" } ], "release_date": "2024-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: NFSv4: Fix memory leak in nfs4_set_security_label" }, { "cve": "CVE-2024-41090", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-07-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2299240" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size \u003c ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always \u003e= ETH_HLEN.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: virtio-net: tap: mlx5_core short frame denial of service", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41090" }, { "category": "external", "summary": "RHBZ#2299240", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299240" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41090" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41090", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41090" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072916-CVE-2024-41090-9830@gregkh", "url": "https://lore.kernel.org/linux-cve-announce/2024072916-CVE-2024-41090-9830@gregkh" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/07/24/4", "url": "https://www.openwall.com/lists/oss-security/2024/07/24/4" } ], "release_date": "2024-07-24T17:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: virtio-net: tap: mlx5_core short frame denial of service" }, { "cve": "CVE-2024-41091", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-07-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2299336" } ], "notes": [ { "category": "description", "text": "A denial of service (DoS) attack was found in the mlx5 driver in the Linux kernel. A KVM guest VM using virtio-net can crash the host by sending a short packet, for example, size \u003c ETH_HLEN. The packet may traverse through vhost-net, macvtap, and vlan without any validation or drop. When this packet is presented to the mlx5 driver on the host side, the kernel panic happens since mlx5_core assumes the frame size is always \u003e= ETH_HLEN.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: virtio-net: tun: mlx5_core short frame denial of service", "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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41091" }, { "category": "external", "summary": "RHBZ#2299336", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2299336" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41091" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41091", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41091" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024072918-CVE-2024-41091-35b7@gregkh", "url": "https://lore.kernel.org/linux-cve-announce/2024072918-CVE-2024-41091-35b7@gregkh" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/07/24/4", "url": "https://www.openwall.com/lists/oss-security/2024/07/24/4" } ], "release_date": "2024-07-24T17:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: virtio-net: tun: mlx5_core short frame denial of service" }, { "cve": "CVE-2024-42107", "discovery_date": "2024-07-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2301766" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Don\u0027t process extts if PTP is disabled\n\nThe ice_ptp_extts_event() function can race with ice_ptp_release() and\nresult in a NULL pointer dereference which leads to a kernel panic.\n\nPanic occurs because the ice_ptp_extts_event() function calls\nptp_clock_event() with a NULL pointer. The ice driver has already\nreleased the PTP clock by the time the interrupt for the next external\ntimestamp event occurs.\n\nTo fix this, modify the ice_ptp_extts_event() function to check the\nPTP state and bail early if PTP is not ready.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ice: Don\u0027t process extts if PTP is disabled", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-cross-headers-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-headers-0:5.14.0-284.80.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42107" }, { "category": "external", "summary": "RHBZ#2301766", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301766" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42107", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42107" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42107", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42107" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024073020-CVE-2024-42107-65cc@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024073020-CVE-2024-42107-65cc@gregkh/T" } ], "release_date": "2024-07-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-21T00:34:04+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.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2024:5672" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "AppStream-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "BaseOS-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.src", "CRB-9.2.0.Z.EUS:kernel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.80.1.el9_2.noarch", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.80.1.el9_2.x86_64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.aarch64", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.ppc64le", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.s390x", "CRB-9.2.0.Z.EUS:rtla-0:5.14.0-284.80.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ice: Don\u0027t process extts if PTP is disabled" } ] }
ghsa-x8fw-rvr9-2hx5
Vulnerability from github
Published
2024-07-30 09:31
Modified
2024-07-30 09:31
Details
In the Linux kernel, the following vulnerability has been resolved:
ice: Don't process extts if PTP is disabled
The ice_ptp_extts_event() function can race with ice_ptp_release() and result in a NULL pointer dereference which leads to a kernel panic.
Panic occurs because the ice_ptp_extts_event() function calls ptp_clock_event() with a NULL pointer. The ice driver has already released the PTP clock by the time the interrupt for the next external timestamp event occurs.
To fix this, modify the ice_ptp_extts_event() function to check the PTP state and bail early if PTP is not ready.
{ "affected": [], "aliases": [ "CVE-2024-42107" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-07-30T08:15:03Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Don\u0027t process extts if PTP is disabled\n\nThe ice_ptp_extts_event() function can race with ice_ptp_release() and\nresult in a NULL pointer dereference which leads to a kernel panic.\n\nPanic occurs because the ice_ptp_extts_event() function calls\nptp_clock_event() with a NULL pointer. The ice driver has already\nreleased the PTP clock by the time the interrupt for the next external\ntimestamp event occurs.\n\nTo fix this, modify the ice_ptp_extts_event() function to check the\nPTP state and bail early if PTP is not ready.", "id": "GHSA-x8fw-rvr9-2hx5", "modified": "2024-07-30T09:31:51Z", "published": "2024-07-30T09:31:51Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42107" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/1c4e524811918600683b1ea87a5e0fc2db64fa9b" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/996422e3230e41468f652d754fefd1bdbcd4604e" } ], "schema_version": "1.4.0", "severity": [] }
wid-sec-w-2024-1722
Vulnerability from csaf_certbund
Published
2024-07-29 22:00
Modified
2024-12-04 23:00
Summary
Linux Kernel: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Der Kernel stellt den Kern des Linux Betriebssystems dar.
Angriff
Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "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 nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX", "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-2024-1722 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1722.json" }, { "category": "self", "summary": "WID-SEC-2024-1722 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1722" }, { "category": "external", "summary": "Linuc CVE Announce vom 2024-07-29", "url": "https://lore.kernel.org/linux-cve-announce/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6952-1 vom 2024-08-09", "url": "https://ubuntu.com/security/notices/USN-6952-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6949-1 vom 2024-08-09", "url": "https://ubuntu.com/security/notices/USN-6949-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6955-1 vom 2024-08-12", "url": "https://ubuntu.com/security/notices/USN-6955-1" }, { "category": "external", "summary": "Debian Security Advisory DSA-5747 vom 2024-08-12", "url": "https://security-tracker.debian.org/tracker/DSA-5747-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2892-1 vom 2024-08-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019188.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6949-2 vom 2024-08-13", "url": "https://ubuntu.com/security/notices/USN-6949-2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2894-1 vom 2024-08-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019182.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2895-1 vom 2024-08-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019186.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2893-1 vom 2024-08-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019187.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6952-2 vom 2024-08-13", "url": "https://ubuntu.com/security/notices/USN-6952-2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2901-1 vom 2024-08-14", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019194.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2902-1 vom 2024-08-14", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019193.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2923-1 vom 2024-08-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019201.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2929-1 vom 2024-08-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019209.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2939-1 vom 2024-08-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019211.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2947-1 vom 2024-08-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019220.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2948-1 vom 2024-08-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019219.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2940-1 vom 2024-08-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019212.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5673 vom 2024-08-21", "url": "https://access.redhat.com/errata/RHSA-2024:5673" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2622 vom 2024-08-21", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2622.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5672 vom 2024-08-21", "url": "https://access.redhat.com/errata/RHSA-2024:5672" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2024-081 vom 2024-08-21", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2024-081.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:5928 vom 2024-08-28", "url": "https://access.redhat.com/errata/RHSA-2024:5928" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-5928 vom 2024-08-29", "url": "https://linux.oracle.com/errata/ELSA-2024-5928.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6206 vom 2024-09-03", "url": "https://access.redhat.com/errata/RHSA-2024:6206" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6267 vom 2024-09-04", "url": "https://access.redhat.com/errata/RHSA-2024:6267" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6268 vom 2024-09-04", "url": "https://access.redhat.com/errata/RHSA-2024:6268" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3190-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019403.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3194-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019400.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3189-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019404.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3195-1 vom 2024-09-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019407.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6567 vom 2024-09-11", "url": "https://access.redhat.com/errata/RHSA-2024:6567" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6406 vom 2024-09-12", "url": "https://access.redhat.com/errata/RHSA-2024:6406" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12612 vom 2024-09-12", "url": "https://linux.oracle.com/errata/ELSA-2024-12612.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12610 vom 2024-09-12", "url": "https://linux.oracle.com/errata/ELSA-2024-12610.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6999-1 vom 2024-09-11", "url": "https://ubuntu.com/security/notices/USN-6999-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12618 vom 2024-09-12", "url": "https://linux.oracle.com/errata/ELSA-2024-12618.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3209-1 vom 2024-09-11", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YNWVZVIFSX7PLBJX3I3PDZ4MIBERTN2Y/" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6567 vom 2024-09-12", "url": "https://linux.oracle.com/errata/ELSA-2024-6567.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7003-1 vom 2024-09-12", "url": "https://ubuntu.com/security/notices/USN-7003-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7003-2 vom 2024-09-12", "url": "https://ubuntu.com/security/notices/USN-7003-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7006-1 vom 2024-09-12", "url": "https://ubuntu.com/security/notices/USN-7006-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3227-1 vom 2024-09-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019430.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3225-1 vom 2024-09-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019432.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7004-1 vom 2024-09-12", "url": "https://ubuntu.com/security/notices/USN-7004-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7005-1 vom 2024-09-12", "url": "https://ubuntu.com/security/notices/USN-7005-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7003-3 vom 2024-09-13", "url": "https://ubuntu.com/security/notices/USN-7003-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7007-1 vom 2024-09-13", "url": "https://ubuntu.com/security/notices/USN-7007-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7008-1 vom 2024-09-13", "url": "https://ubuntu.com/security/notices/USN-7008-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7009-1 vom 2024-09-13", "url": "https://ubuntu.com/security/notices/USN-7009-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7005-2 vom 2024-09-13", "url": "https://ubuntu.com/security/notices/USN-7005-2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3251-1 vom 2024-09-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019435.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:6567 vom 2024-09-17", "url": "https://errata.build.resf.org/RLSA-2024:6567" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3249-1 vom 2024-09-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019438.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3252-1 vom 2024-09-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019436.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6745 vom 2024-09-18", "url": "https://access.redhat.com/errata/RHSA-2024:6745" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6744 vom 2024-09-18", "url": "https://access.redhat.com/errata/RHSA-2024:6744" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2024-085 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2024-085.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2024-052 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2024-052.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2024-053 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2024-053.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2024-084 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2024-084.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2024-190 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2024-190.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2024-191 vom 2024-09-18", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2024-191.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7020-1 vom 2024-09-18", "url": "https://ubuntu.com/security/notices/USN-7020-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7021-1 vom 2024-09-18", "url": "https://ubuntu.com/security/notices/USN-7021-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7022-1 vom 2024-09-18", "url": "https://ubuntu.com/security/notices/USN-7022-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7007-2 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7007-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7020-2 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7020-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7028-1 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7028-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7001 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7001" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6991 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6991" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6997 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6997" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3383-1 vom 2024-09-23", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019497.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7004 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7004" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7007-3 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7007-3" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6993 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6993" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6994 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6994" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6995 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6995" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6999 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6999" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7029-1 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7029-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7005 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7005" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7002 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7002" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6992 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6992" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7021-2 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-7021-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7003 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7003" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6990 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6990" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6999-2 vom 2024-09-23", "url": "https://ubuntu.com/security/notices/USN-6999-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6998 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:6998" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7000 vom 2024-09-24", "url": "https://access.redhat.com/errata/RHSA-2024:7000" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3408-1 vom 2024-09-24", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TGC7PQ5QNGEZWYIHCKH2KPZMGYJ4VN6B/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7009-2 vom 2024-09-25", "url": "https://ubuntu.com/security/notices/USN-7009-2" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-7000 vom 2024-09-26", "url": "https://linux.oracle.com/errata/ELSA-2024-7000.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6997 vom 2024-09-26", "url": "https://linux.oracle.com/errata/ELSA-2024-6997.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7003-4 vom 2024-09-26", "url": "https://ubuntu.com/security/notices/USN-7003-4" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7020-3 vom 2024-09-26", "url": "https://ubuntu.com/security/notices/USN-7020-3" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7227 vom 2024-09-26", "url": "https://access.redhat.com/errata/RHSA-2024:7227" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7039-1 vom 2024-09-26", "url": "https://ubuntu.com/security/notices/USN-7039-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7021-3 vom 2024-09-26", "url": "https://ubuntu.com/security/notices/USN-7021-3" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3483-1 vom 2024-09-29", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/2HO244EHQ65DPDJ2NOBAXLG7QYWSCUMA/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3483-1 vom 2024-09-29", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/2HO244EHQ65DPDJ2NOBAXLG7QYWSCUMA/" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:7001 vom 2024-09-30", "url": "https://errata.build.resf.org/RLSA-2024:7001" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3499-1 vom 2024-09-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019536.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7429 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7429" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12682 vom 2024-09-30", "url": "http://linux.oracle.com/errata/ELSA-2024-12682.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7428 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7428" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7430 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7430" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7431 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7431" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7432 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7432" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7433 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7433" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7427 vom 2024-10-01", "url": "https://access.redhat.com/errata/RHSA-2024:7427" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-6994 vom 2024-09-30", "url": "https://linux.oracle.com/errata/ELSA-2024-6994.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7003-5 vom 2024-10-01", "url": "https://ubuntu.com/security/notices/USN-7003-5" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7022-2 vom 2024-10-01", "url": "https://ubuntu.com/security/notices/USN-7022-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7021-4 vom 2024-10-03", "url": "https://ubuntu.com/security/notices/USN-7021-4" }, { "category": "external", "summary": "Debian Security Advisory DSA-5782 vom 2024-10-03", "url": "https://lists.debian.org/debian-security-announce/2024/msg00195.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3912 vom 2024-10-07", "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3551-1 vom 2024-10-08", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/Q7MIMQMCXNGMVS32KLTADYTPQCKF5HWU/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3547-1 vom 2024-10-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019566.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3564-1 vom 2024-10-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/R7FS3QARF7WUPH5GFL22NW3G3SDO2C7Z/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3559-1 vom 2024-10-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019575.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3566-1 vom 2024-10-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019578.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7022-3 vom 2024-10-10", "url": "https://ubuntu.com/security/notices/USN-7022-3" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3561-1 vom 2024-10-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LSUY4BSWS5WR46CHS4FPBIJIRLKHRDHV/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3569-1 vom 2024-10-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/6GBL67LQ3MUSYQCQRQH2AZH3XWILTO5A/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3565-1 vom 2024-10-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019573.html" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-422 vom 2024-10-10", "url": "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3587-1 vom 2024-10-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019588.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3585-1 vom 2024-10-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019586.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3591-1 vom 2024-10-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019587.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3592-1 vom 2024-10-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019589.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7020-4 vom 2024-10-11", "url": "https://ubuntu.com/security/notices/USN-7020-4" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12782 vom 2024-10-14", "url": "https://linux.oracle.com/errata/ELSA-2024-12782.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3617-1 vom 2024-10-14", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019595.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12780 vom 2024-10-14", "url": "https://linux.oracle.com/errata/ELSA-2024-12780.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8107 vom 2024-10-15", "url": "https://access.redhat.com/errata/RHSA-2024:8107" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12779 vom 2024-10-14", "url": "https://linux.oracle.com/errata/ELSA-2024-12779.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3627-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/EDC3MOOYJCFLEYCPOKSPUCADNYIO3EGI/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3625-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/XCWDJ4VQNWRMZU52FZIMVKO3ZX7QR3L7/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3624-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/V4GVQWREKLT3NIX5GMPMO26GXLKRGTXJ/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3623-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TF6OKVTF5VSUGWWYIUXLV2YZK7NYELIN/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3640-1 vom 2024-10-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019609.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3636-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/6PEVJU5FBJP53YMNJCB4SQC2P7VOWDEQ/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3639-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QREDIZHMC5MCDU7XHJHAPFFVPPIKTHWD/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3632-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IMA2L435Y3DOAG6IL6IEIK2SUGPOUZXD/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8162 vom 2024-10-16", "url": "https://access.redhat.com/errata/RHSA-2024:8162" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3638-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/G5I2ZVAM4BJDGCYJE64AKFTDGHVIU5SH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3635-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BL3RXEW5VDVX6HS5GR4KUH6GDRT5OFQF/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3631-1 vom 2024-10-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VBN5S6CN75ZWGV3ZNRLZRMQ5DF3HMBZE/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7069-1 vom 2024-10-16", "url": "https://ubuntu.com/security/notices/USN-7069-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8158 vom 2024-10-16", "url": "https://access.redhat.com/errata/RHSA-2024:8158" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3642-1 vom 2024-10-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019612.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8157 vom 2024-10-16", "url": "https://access.redhat.com/errata/RHSA-2024:8157" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3643-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VPMT5STAWY6BTO5OI2PZ7CG4AXOIQKZN/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3696-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YYPGEHXE3QJ5NBRD57VSRTM36AC5DISM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3670-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/JVBPTC5SNYDIYERI2QA3SDI56HZRXTU4/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3674-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019642.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3672-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MGSVPDAL2ET3FWE6YAGBX3UOQOVXTPXB/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3649-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019619.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3652-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/XAOP5G7ENALTQ2BLIJROCRJ3STRXQOFY/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3663-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019624.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3651-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VLAP2QXVEHLNNWBLHF53IAVX5KBCFJGW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3662-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019625.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3660-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019627.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3698-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019633.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3648-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YCRSFR3VCO3HMO5RI5MPP5LW6AJRWVBW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3697-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/A6BRGXRVSUAODD2ZZSX5GJCV46W4N5YB/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3690-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/TJEVBYA7IDQFKVP2IAJ5BZJLYZD7EOVP/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3701-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SVZDNTNDPAUIILRXFRA47BDSDZ3IUQTH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3702-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BPAXFMRC3YVPDHRGBWET3RB7YTYFYLZW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3687-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019637.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3685-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/S7NJHO236TM7NPYYRIFT2WLSXRC4WECV/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3694-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/Y2P3R5HQ4Z7AYZLBXUGXBJMITFENT5NV/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3679-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RDWWWR2VCADWSQCCZNNFB4VWOMZDOC63/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3676-1 vom 2024-10-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019641.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3661-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LI6Q2FNQZMLDTI4OK3SIOBF2CXJW5I56/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3655-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/P4LIA2SNUYEEYDFH7Q72CHUMA7X4NIY3/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3695-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MOG44NUGCSJS6Q3AKMCV3X4IK2DN6CLL/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3700-1 vom 2024-10-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/G3EDKBVPHAPKDJ45CNEJLJ4KGJAHJ4R7/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3706-1 vom 2024-10-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IUM757WJ43K7PF2K6A3UQHWG2QALK24F/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3710-1 vom 2024-10-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/CLMHYECK5YKZDDXZ7XKEL3G5JXCF5QRM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3707-1 vom 2024-10-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7J6ZDLOHRJMVHJRG2ZXV377LZA73SWRG/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3704-1 vom 2024-10-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5ESWDH77MSPQVMPKEX33DCOZ5ZWWTEUO/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7069-2 vom 2024-10-17", "url": "https://ubuntu.com/security/notices/USN-7069-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7028-2 vom 2024-10-17", "url": "https://ubuntu.com/security/notices/USN-7028-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8318 vom 2024-10-23", "url": "https://access.redhat.com/errata/RHSA-2024:8318" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:8162 vom 2024-10-25", "url": "https://errata.build.resf.org/RLSA-2024:8162" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3768-1 vom 2024-10-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019681.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8614 vom 2024-10-30", "url": "https://access.redhat.com/errata/RHSA-2024:8614" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3774-1 vom 2024-10-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019686.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3780-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZRFC54YJNAIE647NXDXGDHFV6UDF5EPM/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8613 vom 2024-10-30", "url": "https://access.redhat.com/errata/RHSA-2024:8613" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3780-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZRFC54YJNAIE647NXDXGDHFV6UDF5EPM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3779-1 vom 2024-10-29", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DKYHT4QW67UZKMENITQO7T5OANUXGOIM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3800-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019714.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3798-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019698.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3796-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019700.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3820-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019730.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3821-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019729.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3822-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019728.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3833-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/46CHUG3NHK74I7NL4E3MYL6M7O72UAE6/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3830-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5FIXDPPFE66BKRWS3X45YHODJJ57FQRT/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3834-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019722.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3803-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019712.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3837-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VHXZ2BQRCVWQY2AVSULS6AN56SITZ273/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3829-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RMOWLUMWUZKBWNWZRVPCJY43YUOMCMJ7/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3814-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QW54KPSGGX7Q3N4CIMSAGZRZY4WGZV2D/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3831-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QK6PZZGVJB6TX4W6LKJNJW74SGTITNGD/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3815-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/JIUM76237NQIAK3CP7ENKHD5EOEBDHZH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3806-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/I22FOLEFZIBTJBTIPHH5GXPKMIXVDSDI/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3836-1 vom 2024-10-30", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/766TFTKXVWJJPZQXXTFUC5YHPETQW3AH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3793-1 vom 2024-10-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019702.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3842-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VVJDY73ZQLYG6XTLPXQKV6DOXIBCWQNH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3840-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/O2CG2OGLBEZR2LX5UI6PTT5NVZOFNGQH/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7021-5 vom 2024-10-31", "url": "https://ubuntu.com/security/notices/USN-7021-5" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3860-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UFUASUPHAEZFWXKIMGZLIZD4LHGMJ5YW/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3852-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/CJCHUFTBOJTQRE24NTRP6WMCK5BGPZ3N/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3856-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/2LSLV3QQQYIAV376IANSLYZETKMXDLVZ/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7088-1 vom 2024-10-31", "url": "https://ubuntu.com/security/notices/USN-7088-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3854-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/6DKQ4KINQ5TXHK6JA63O3YINMJXE2QVJ/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3849-1 vom 2024-10-31", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019742.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3851-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7YDAYBSAUUUZVVIKYWRRX5O6ZCOQ2K46/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3855-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/HVT4PHTMBZOBVPW2CI26GVIVJNWCBTVN/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3857-1 vom 2024-10-31", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DM3QIZHKHG7AW6EAKKMMWCCUOYK4JU3R/" }, { "category": "external", "summary": "IBM Security Bulletin", "url": "https://www.ibm.com/support/pages/node/7174634" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-1 vom 2024-11-01", "url": "https://ubuntu.com/security/notices/USN-7089-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7090-1 vom 2024-11-01", "url": "https://ubuntu.com/security/notices/USN-7090-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3877-1 vom 2024-11-01", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019753.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3882-1 vom 2024-11-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GBH24SQSCU7UKVSH3JGQ4YLAU2LAG7KC/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3880-1 vom 2024-11-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/4FKA7N5AUZ6CDGAARMRU76MNKUZHMPAH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3881-1 vom 2024-11-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZOOTWA362J2SG2EX2CE3LPBWPJ7GVK2B/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7088-2 vom 2024-11-04", "url": "https://ubuntu.com/security/notices/USN-7088-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-2 vom 2024-11-04", "url": "https://ubuntu.com/security/notices/USN-7089-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8870 vom 2024-11-05", "url": "https://access.redhat.com/errata/RHSA-2024:8870" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:8856 vom 2024-11-05", "url": "https://access.redhat.com/errata/RHSA-2024:8856" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-8856 vom 2024-11-06", "url": "https://linux.oracle.com/errata/ELSA-2024-8856.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7088-3 vom 2024-11-06", "url": "https://ubuntu.com/security/notices/USN-7088-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7095-1 vom 2024-11-07", "url": "https://ubuntu.com/security/notices/USN-7095-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-3 vom 2024-11-07", "url": "https://ubuntu.com/security/notices/USN-7089-3" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:8870 vom 2024-11-08", "url": "https://errata.build.resf.org/RLSA-2024:8870" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7100-1 vom 2024-11-11", "url": "https://ubuntu.com/security/notices/USN-7100-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9497 vom 2024-11-13", "url": "https://access.redhat.com/errata/RHSA-2024:9497" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9498 vom 2024-11-13", "url": "https://access.redhat.com/errata/RHSA-2024:9498" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7100-2 vom 2024-11-12", "url": "https://ubuntu.com/security/notices/USN-7100-2" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12814 vom 2024-11-13", "url": "https://linux.oracle.com/errata/ELSA-2024-12814.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9315 vom 2024-11-12", "url": "https://access.redhat.com/errata/RHSA-2024:9315" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12813 vom 2024-11-13", "url": "https://linux.oracle.com/errata/ELSA-2024-12813.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-4 vom 2024-11-13", "url": "https://ubuntu.com/security/notices/USN-7089-4" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-12815 vom 2024-11-13", "url": "https://linux.oracle.com/errata/ELSA-2024-12815.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3986-1 vom 2024-11-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/CIC23R3UQSPF2K4P2CX54TPCX5T7KWQG/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3984-1 vom 2024-11-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/L52VEDNTEHWEPR56WZN4KZNMEUYGCJX6/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:9546 vom 2024-11-13", "url": "https://access.redhat.com/errata/RHSA-2024:9546" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3985-1 vom 2024-11-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/KB6DG7QR5KXDQRV57H4IY2TB2LW42K4S/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3983-1 vom 2024-11-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QUOFKELDJYP3JMHIXPCVKVI4REVXAKTX/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7088-5 vom 2024-11-14", "url": "https://ubuntu.com/security/notices/USN-7088-5" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7110-1 vom 2024-11-14", "url": "https://ubuntu.com/security/notices/USN-7110-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-5 vom 2024-11-14", "url": "https://ubuntu.com/security/notices/USN-7089-5" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-6 vom 2024-11-15", "url": "https://ubuntu.com/security/notices/USN-7089-6" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2698 vom 2024-11-15", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2698.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7089-7 vom 2024-11-20", "url": "https://ubuntu.com/security/notices/USN-7089-7" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7119-1 vom 2024-11-20", "url": "https://ubuntu.com/security/notices/USN-7119-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4038-1 vom 2024-11-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019838.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7121-1 vom 2024-11-20", "url": "https://ubuntu.com/security/notices/USN-7121-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7121-2 vom 2024-11-20", "url": "https://ubuntu.com/security/notices/USN-7121-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7123-1 vom 2024-11-20", "url": "https://ubuntu.com/security/notices/USN-7123-1" }, { "category": "external", "summary": "Debian Security Advisory DSA-5818 vom 2024-11-24", "url": "https://lists.debian.org/debian-security-announce/2024/msg00233.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7121-3 vom 2024-11-25", "url": "https://ubuntu.com/security/notices/USN-7121-3" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10262 vom 2024-11-26", "url": "https://access.redhat.com/errata/RHSA-2024:10262" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4082-1 vom 2024-11-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019851.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4081-1 vom 2024-11-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019852.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4100-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019864.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4103-1 vom 2024-11-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019863.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4122-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019885.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4127-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019881.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4131-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019887.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4128-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019880.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4140-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019890.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4125-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019882.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4123-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019884.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4124-1 vom 2024-12-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019883.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10772 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10772" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10773 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10773" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:10771 vom 2024-12-04", "url": "https://access.redhat.com/errata/RHSA-2024:10771" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4161-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/R6RFOLIFPTX44BLCDCF6HLSN7S4I4YXH/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4180-1 vom 2024-12-05", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3ACAYSLQECATBMYSIXEOONW3SJQYVWGD/" } ], "source_lang": "en-US", "title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff", "tracking": { "current_release_date": "2024-12-04T23:00:00.000+00:00", "generator": { "date": "2024-12-05T10:12:03.900+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-1722", "initial_release_date": "2024-07-29T22:00:00.000+00:00", "revision_history": [ { "date": "2024-07-29T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-08-08T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-08-12T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu und Debian aufgenommen" }, { "date": "2024-08-13T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE und Ubuntu aufgenommen" }, { "date": "2024-08-14T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-08-15T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-08-18T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-08-20T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und Amazon aufgenommen" }, { "date": "2024-08-21T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-08-28T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-08-29T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-09-03T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-10T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von SUSE und Red Hat aufgenommen" }, { "date": "2024-09-11T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat, Oracle Linux, Ubuntu und SUSE aufgenommen" }, { "date": "2024-09-12T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Ubuntu und SUSE aufgenommen" }, { "date": "2024-09-15T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-09-16T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-09-17T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-18T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Amazon und Ubuntu aufgenommen" }, { "date": "2024-09-22T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-09-23T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Red Hat, SUSE und Ubuntu aufgenommen" }, { "date": "2024-09-24T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-09-25T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-09-26T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-29T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-09-30T22:00:00.000+00:00", "number": "26", "summary": "Neue Updates von Rocky Enterprise Software Foundation, SUSE, Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-10-01T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-10-03T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Ubuntu und Debian aufgenommen" }, { "date": "2024-10-07T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-10-08T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-09T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von SUSE und Ubuntu aufgenommen" }, { "date": "2024-10-10T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-14T22:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Oracle Linux, SUSE und Red Hat aufgenommen" }, { "date": "2024-10-15T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von SUSE, Red Hat und Ubuntu aufgenommen" }, { "date": "2024-10-16T22:00:00.000+00:00", "number": "35", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-17T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-10-23T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-10-27T23:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-10-28T23:00:00.000+00:00", "number": "39", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-29T23:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2024-10-30T23:00:00.000+00:00", "number": "41", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-10-31T23:00:00.000+00:00", "number": "42", "summary": "Neue Updates von SUSE und Ubuntu aufgenommen" }, { "date": "2024-11-03T23:00:00.000+00:00", "number": "43", "summary": "Neue Updates von Ubuntu und SUSE aufgenommen" }, { "date": "2024-11-04T23:00:00.000+00:00", "number": "44", "summary": "Neue Updates von Ubuntu und Red Hat aufgenommen" }, { "date": "2024-11-05T23:00:00.000+00:00", "number": "45", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-11-06T23:00:00.000+00:00", "number": "46", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-11-10T23:00:00.000+00:00", "number": "47", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-11-11T23:00:00.000+00:00", "number": "48", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-11-12T23:00:00.000+00:00", "number": "49", "summary": "Neue Updates von Red Hat, Ubuntu und Oracle Linux aufgenommen" }, { "date": "2024-11-13T23:00:00.000+00:00", "number": "50", "summary": "Neue Updates von SUSE und Red Hat aufgenommen" }, { "date": "2024-11-14T23:00:00.000+00:00", "number": "51", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-11-17T23:00:00.000+00:00", "number": "52", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-11-19T23:00:00.000+00:00", "number": "53", "summary": "Neue Updates von Ubuntu und SUSE aufgenommen" }, { "date": "2024-11-20T23:00:00.000+00:00", "number": "54", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-11-24T23:00:00.000+00:00", "number": "55", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-11-25T23:00:00.000+00:00", "number": "56", "summary": "Neue Updates von Ubuntu und Red Hat aufgenommen" }, { "date": "2024-11-27T23:00:00.000+00:00", "number": "57", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-11-28T23:00:00.000+00:00", "number": "58", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-02T23:00:00.000+00:00", "number": "59", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-03T23:00:00.000+00:00", "number": "60", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2024-12-04T23:00:00.000+00:00", "number": "61", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "61" } }, "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_range", "name": "\u003c7.5.0 UP10 IF01", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP10 IF01", "product_id": "T038741" } }, { "category": "product_version", "name": "7.5.0 UP10 IF01", "product": { "name": "IBM QRadar SIEM 7.5.0 UP10 IF01", "product_id": "T038741-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up10_if01" } } } ], "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": "T036489", "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": [ { "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": "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": "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-2023-52887", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2023-52887" }, { "cve": "CVE-2024-41020", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41020" }, { "cve": "CVE-2024-41021", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41021" }, { "cve": "CVE-2024-41022", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41022" }, { "cve": "CVE-2024-41023", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41023" }, { "cve": "CVE-2024-41024", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41024" }, { "cve": "CVE-2024-41025", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41025" }, { "cve": "CVE-2024-41026", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41026" }, { "cve": "CVE-2024-41027", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41027" }, { "cve": "CVE-2024-41028", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41028" }, { "cve": "CVE-2024-41029", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41029" }, { "cve": "CVE-2024-41030", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41030" }, { "cve": "CVE-2024-41031", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41031" }, { "cve": "CVE-2024-41032", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41032" }, { "cve": "CVE-2024-41033", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41033" }, { "cve": "CVE-2024-41034", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41034" }, { "cve": "CVE-2024-41035", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41035" }, { "cve": "CVE-2024-41036", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41036" }, { "cve": "CVE-2024-41037", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41037" }, { "cve": "CVE-2024-41038", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41038" }, { "cve": "CVE-2024-41039", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41039" }, { "cve": "CVE-2024-41040", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41040" }, { "cve": "CVE-2024-41041", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41041" }, { "cve": "CVE-2024-41042", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41042" }, { "cve": "CVE-2024-41043", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41043" }, { "cve": "CVE-2024-41044", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41044" }, { "cve": "CVE-2024-41045", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41045" }, { "cve": "CVE-2024-41046", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41046" }, { "cve": "CVE-2024-41047", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41047" }, { "cve": "CVE-2024-41048", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41048" }, { "cve": "CVE-2024-41049", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41049" }, { "cve": "CVE-2024-41050", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41050" }, { "cve": "CVE-2024-41051", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41051" }, { "cve": "CVE-2024-41052", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41052" }, { "cve": "CVE-2024-41053", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41053" }, { "cve": "CVE-2024-41054", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41054" }, { "cve": "CVE-2024-41055", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41055" }, { "cve": "CVE-2024-41056", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41056" }, { "cve": "CVE-2024-41057", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41057" }, { "cve": "CVE-2024-41058", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41058" }, { "cve": "CVE-2024-41059", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41059" }, { "cve": "CVE-2024-41060", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41060" }, { "cve": "CVE-2024-41061", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41061" }, { "cve": "CVE-2024-41062", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41062" }, { "cve": "CVE-2024-41063", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41063" }, { "cve": "CVE-2024-41064", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41064" }, { "cve": "CVE-2024-41065", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41065" }, { "cve": "CVE-2024-41066", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41066" }, { "cve": "CVE-2024-41067", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41067" }, { "cve": "CVE-2024-41068", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41068" }, { "cve": "CVE-2024-41069", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41069" }, { "cve": "CVE-2024-41070", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41070" }, { "cve": "CVE-2024-41071", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41071" }, { "cve": "CVE-2024-41072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41072" }, { "cve": "CVE-2024-41073", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41073" }, { "cve": "CVE-2024-41074", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41074" }, { "cve": "CVE-2024-41075", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41075" }, { "cve": "CVE-2024-41076", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41076" }, { "cve": "CVE-2024-41077", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41077" }, { "cve": "CVE-2024-41078", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41078" }, { "cve": "CVE-2024-41079", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41079" }, { "cve": "CVE-2024-41080", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41080" }, { "cve": "CVE-2024-41081", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41081" }, { "cve": "CVE-2024-41082", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41082" }, { "cve": "CVE-2024-41083", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41083" }, { "cve": "CVE-2024-41084", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41084" }, { "cve": "CVE-2024-41085", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41085" }, { "cve": "CVE-2024-41086", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41086" }, { "cve": "CVE-2024-41087", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41087" }, { "cve": "CVE-2024-41088", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41088" }, { "cve": "CVE-2024-41089", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41089" }, { "cve": "CVE-2024-41092", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41092" }, { "cve": "CVE-2024-41093", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41093" }, { "cve": "CVE-2024-41094", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41094" }, { "cve": "CVE-2024-41095", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41095" }, { "cve": "CVE-2024-41096", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41096" }, { "cve": "CVE-2024-41097", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41097" }, { "cve": "CVE-2024-41098", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-41098" }, { "cve": "CVE-2024-42063", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42063" }, { "cve": "CVE-2024-42064", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42064" }, { "cve": "CVE-2024-42065", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42065" }, { "cve": "CVE-2024-42066", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42066" }, { "cve": "CVE-2024-42067", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42067" }, { "cve": "CVE-2024-42068", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42068" }, { "cve": "CVE-2024-42069", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42069" }, { "cve": "CVE-2024-42070", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42070" }, { "cve": "CVE-2024-42071", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42071" }, { "cve": "CVE-2024-42072", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42072" }, { "cve": "CVE-2024-42073", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42073" }, { "cve": "CVE-2024-42074", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42074" }, { "cve": "CVE-2024-42075", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42075" }, { "cve": "CVE-2024-42076", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42076" }, { "cve": "CVE-2024-42077", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42077" }, { "cve": "CVE-2024-42078", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42078" }, { "cve": "CVE-2024-42079", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42079" }, { "cve": "CVE-2024-42080", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42080" }, { "cve": "CVE-2024-42081", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42081" }, { "cve": "CVE-2024-42082", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42082" }, { "cve": "CVE-2024-42083", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42083" }, { "cve": "CVE-2024-42084", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42084" }, { "cve": "CVE-2024-42085", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42085" }, { "cve": "CVE-2024-42086", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42086" }, { "cve": "CVE-2024-42087", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42087" }, { "cve": "CVE-2024-42088", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42088" }, { "cve": "CVE-2024-42089", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42089" }, { "cve": "CVE-2024-42090", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42090" }, { "cve": "CVE-2024-42091", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42091" }, { "cve": "CVE-2024-42092", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42092" }, { "cve": "CVE-2024-42093", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42093" }, { "cve": "CVE-2024-42094", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42094" }, { "cve": "CVE-2024-42095", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42095" }, { "cve": "CVE-2024-42096", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42096" }, { "cve": "CVE-2024-42097", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42097" }, { "cve": "CVE-2024-42098", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42098" }, { "cve": "CVE-2024-42099", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42099" }, { "cve": "CVE-2024-42100", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42100" }, { "cve": "CVE-2024-42101", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42101" }, { "cve": "CVE-2024-42102", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42102" }, { "cve": "CVE-2024-42103", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42103" }, { "cve": "CVE-2024-42104", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42104" }, { "cve": "CVE-2024-42105", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42105" }, { "cve": "CVE-2024-42106", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42106" }, { "cve": "CVE-2024-42107", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42107" }, { "cve": "CVE-2024-42108", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42108" }, { "cve": "CVE-2024-42109", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42109" }, { "cve": "CVE-2024-42110", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42110" }, { "cve": "CVE-2024-42111", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42111" }, { "cve": "CVE-2024-42112", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42112" }, { "cve": "CVE-2024-42113", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42113" }, { "cve": "CVE-2024-42114", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42114" }, { "cve": "CVE-2024-42115", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42115" }, { "cve": "CVE-2024-42116", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42116" }, { "cve": "CVE-2024-42117", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42117" }, { "cve": "CVE-2024-42118", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42118" }, { "cve": "CVE-2024-42119", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42119" }, { "cve": "CVE-2024-42120", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42120" }, { "cve": "CVE-2024-42121", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42121" }, { "cve": "CVE-2024-42122", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42122" }, { "cve": "CVE-2024-42123", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42123" }, { "cve": "CVE-2024-42124", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42124" }, { "cve": "CVE-2024-42125", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42125" }, { "cve": "CVE-2024-42126", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42126" }, { "cve": "CVE-2024-42127", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42127" }, { "cve": "CVE-2024-42128", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42128" }, { "cve": "CVE-2024-42129", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42129" }, { "cve": "CVE-2024-42130", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42130" }, { "cve": "CVE-2024-42131", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42131" }, { "cve": "CVE-2024-42132", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42132" }, { "cve": "CVE-2024-42133", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42133" }, { "cve": "CVE-2024-42134", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42134" }, { "cve": "CVE-2024-42135", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42135" }, { "cve": "CVE-2024-42136", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42136" }, { "cve": "CVE-2024-42137", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42137" }, { "cve": "CVE-2024-42138", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42138" }, { "cve": "CVE-2024-42139", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42139" }, { "cve": "CVE-2024-42140", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42140" }, { "cve": "CVE-2024-42141", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42141" }, { "cve": "CVE-2024-42142", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42142" }, { "cve": "CVE-2024-42143", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42143" }, { "cve": "CVE-2024-42144", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42144" }, { "cve": "CVE-2024-42145", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42145" }, { "cve": "CVE-2024-42146", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42146" }, { "cve": "CVE-2024-42147", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42147" }, { "cve": "CVE-2024-42148", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42148" }, { "cve": "CVE-2024-42149", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42149" }, { "cve": "CVE-2024-42150", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42150" }, { "cve": "CVE-2024-42151", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42151" }, { "cve": "CVE-2024-42152", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42152" }, { "cve": "CVE-2024-42153", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42153" }, { "cve": "CVE-2024-42154", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42154" }, { "cve": "CVE-2024-42155", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42155" }, { "cve": "CVE-2024-42156", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42156" }, { "cve": "CVE-2024-42157", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42157" }, { "cve": "CVE-2024-42158", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42158" }, { "cve": "CVE-2024-42159", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42159" }, { "cve": "CVE-2024-42160", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42160" }, { "cve": "CVE-2024-42161", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42161" }, { "cve": "CVE-2024-42162", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42162" }, { "cve": "CVE-2024-42223", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42223" }, { "cve": "CVE-2024-42224", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42224" }, { "cve": "CVE-2024-42225", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42225" }, { "cve": "CVE-2024-42226", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42226" }, { "cve": "CVE-2024-42227", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42227" }, { "cve": "CVE-2024-42228", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42228" }, { "cve": "CVE-2024-42229", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42229" }, { "cve": "CVE-2024-42230", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42230" }, { "cve": "CVE-2024-42231", "notes": [ { "category": "description", "text": "Es bestehen mehrere Schwachstellen im Linux Kernel, die zum aktuellen Zeitpunkt nicht im Detail beschrieben und ver\u00f6ffentlicht wurden. Diese Schwachstellen umfassen eine Vielzahl von Sicherheitsproblemen, die haupts\u00e4chlich mit der Speicherverwaltung und der Datenverarbeitung im Linux-Kernel und den zugeh\u00f6rigen Treibern und Subsystemen zusammenh\u00e4ngen. Ein Angreifer kann diese Sicherheitsl\u00fccken ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "398363", "T036489", "T004914", "T032255", "T038741" ] }, "release_date": "2024-07-29T22:00:00.000+00:00", "title": "CVE-2024-42231" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.