RHSA-2026:47040

Vulnerability from csaf_redhat - Published: 2026-07-28 12:52 - Updated: 2026-07-28 16:33
Summary
Red Hat Security Advisory: kernel security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9. 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: xfrm: Duplicate SPI Handling (CVE-2025-39797) * kernel: lib/buildid: use __kernel_read() for sleepable context (CVE-2026-23002) * kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc (CVE-2026-52973) * kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption (CVE-2026-53281) * kernel: blk-mq: pop cached request if it is usable (CVE-2026-64017) Bug Fix(es) and Enhancement(s): * general protection fault during exportfs / nfsd4_revoke_states [rhel-9.8.z] (JIRA:RHEL-188257) * Enable Pretimeout Watchdog Panic Functionality on x86 [rhel-9.8.z] (JIRA:RHEL-193729) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
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.

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function is expected to ensure uniqueness of the Security Parameter Index (SPI) for inbound Security Associations (SAs). However, it can return success even when the requested SPI is already in use, leading to duplicate SPIs assigned to multiple inbound SAs, differentiated only by their destination addresses. This behavior causes inconsistencies during SPI lookups for inbound packets. Since the lookup may return an arbitrary SA among those with the same SPI, packet processing can fail, resulting in packet drops. According to RFC 4301 section 4.4.2 , for inbound processing a unicast SA is uniquely identified by the SPI and optionally protocol. Reproducing the Issue Reliably: To consistently reproduce the problem, restrict the available SPI range in charon.conf : spi_min = 0x10000000 spi_max = 0x10000002 This limits the system to only 2 usable SPI values. Next, create more than 2 Child SA. each using unique pair of src/dst address. As soon as the 3rd Child SA is initiated, it will be assigned a duplicate SPI, since the SPI pool is already exhausted. With a narrow SPI range, the issue is consistently reproducible. With a broader/default range, it becomes rare and unpredictable. Current implementation: xfrm_spi_hash() lookup function computes hash using daddr, proto, and family. So if two SAs have the same SPI but different destination addresses, then they will: a. Hash into different buckets b. Be stored in different linked lists (byspi + h) c. Not be seen in the same hlist_for_each_entry_rcu() iteration. As a result, the lookup will result in NULL and kernel allows that Duplicate SPI Proposed Change: xfrm_state_lookup_spi_proto() does a truly global search - across all states, regardless of hash bucket and matches SPI and proto.

CWE-703 - Improper Check or Handling of Exceptional Conditions
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Threats
Impact Moderate

In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read() for sleepable context Prevent a "BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio". For the sleepable context, convert freader to use __kernel_read() instead of direct page cache access via read_cache_folio(). This simplifies the faultable code path by using the standard kernel file reading interface which handles all the complexity of reading file data. At the moment we are not changing the code for non-sleepable context which uses filemap_get_folio() and only succeeds if the target folios are already in memory and up-to-date. The reason is to keep the patch simple and easier to backport to stable kernels. Syzbot repro does not crash the kernel anymore and the selftests run successfully. In the follow up we will make __kernel_read() with IOCB_NOWAIT work for non-sleepable contexts. In addition, I would like to replace the secretmem check with a more generic approach and will add fstest for the buildid code.

CWE-476 - NULL Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Threats
Impact Low

A flaw was found in the Linux kernel's futex subsystem. The need_futex_hash_allocate_default() function incorrectly relies on CLONE_THREAD semantics, which can lead to non-concurrency issues when memory allocations (mm->futex_ref pcpu allocations) are shared across CLONE_VM clones, excluding vfork(). This can result in a use-after-free vulnerability in futex_hash_put, a form of memory corruption. Such vulnerabilities can potentially lead to system instability or other security impacts.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Threats
Impact Important

A flaw was found in the Linux kernel's Input-Output Memory Management Unit (IOMMU) virtualized direct memory access (VT-d) component. This vulnerability occurs when the system attempts to perform cleanup operations without a valid device identifier, leading to a null pointer dereference or incorrect management of resource references. An attacker with local access could exploit this to cause a system crash, resulting in a denial of service (DoS).

CWE-476 - NULL Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

A flaw was found in the Linux kernel's blk-mq component. This use-after-free vulnerability occurs when a task attempts to submit a bio (a data structure for I/O operations) to blk-mq. If the task is interrupted and sleeps after checking for a cached request but before using it, the cached request can be prematurely freed. This can lead to system instability or crashes.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x
Vendor Fix fix
Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64
Vendor Fix fix
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:47040 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2400057 external
https://bugzilla.redhat.com/show_bug.cgi?id=2432666 external
https://bugzilla.redhat.com/show_bug.cgi?id=2492413 external
https://bugzilla.redhat.com/show_bug.cgi?id=2493728 external
https://bugzilla.redhat.com/show_bug.cgi?id=2502449 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-39797 self
https://bugzilla.redhat.com/show_bug.cgi?id=2400057 external
https://www.cve.org/CVERecord?id=CVE-2025-39797 external
https://nvd.nist.gov/vuln/detail/CVE-2025-39797 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2026-23002 self
https://bugzilla.redhat.com/show_bug.cgi?id=2432666 external
https://www.cve.org/CVERecord?id=CVE-2026-23002 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23002 external
https://lore.kernel.org/linux-cve-announce/202601… external
https://access.redhat.com/security/cve/CVE-2026-52973 self
https://bugzilla.redhat.com/show_bug.cgi?id=2492413 external
https://www.cve.org/CVERecord?id=CVE-2026-52973 external
https://nvd.nist.gov/vuln/detail/CVE-2026-52973 external
https://lore.kernel.org/linux-cve-announce/202606… external
https://access.redhat.com/security/cve/CVE-2026-53281 self
https://bugzilla.redhat.com/show_bug.cgi?id=2493728 external
https://www.cve.org/CVERecord?id=CVE-2026-53281 external
https://nvd.nist.gov/vuln/detail/CVE-2026-53281 external
https://lore.kernel.org/linux-cve-announce/202606… external
https://access.redhat.com/security/cve/CVE-2026-64017 self
https://bugzilla.redhat.com/show_bug.cgi?id=2502449 external
https://www.cve.org/CVERecord?id=CVE-2026-64017 external
https://nvd.nist.gov/vuln/detail/CVE-2026-64017 external
https://lore.kernel.org/linux-cve-announce/202607… external

{
  "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.\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: xfrm: Duplicate SPI Handling (CVE-2025-39797)\n\n* kernel: lib/buildid: use __kernel_read() for sleepable context (CVE-2026-23002)\n\n* kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc (CVE-2026-52973)\n\n* kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption (CVE-2026-53281)\n\n* kernel: blk-mq: pop cached request if it is usable (CVE-2026-64017)\n\nBug Fix(es) and Enhancement(s):\n\n* general protection fault during exportfs / nfsd4_revoke_states [rhel-9.8.z] (JIRA:RHEL-188257)\n\n* Enable Pretimeout Watchdog Panic Functionality on x86 [rhel-9.8.z] (JIRA:RHEL-193729)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:47040",
        "url": "https://access.redhat.com/errata/RHSA-2026:47040"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2400057",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400057"
      },
      {
        "category": "external",
        "summary": "2432666",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432666"
      },
      {
        "category": "external",
        "summary": "2492413",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492413"
      },
      {
        "category": "external",
        "summary": "2493728",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493728"
      },
      {
        "category": "external",
        "summary": "2502449",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2502449"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_47040.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2026-07-28T16:33:14+00:00",
      "generator": {
        "date": "2026-07-28T16:33:14+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.7"
        }
      },
      "id": "RHSA-2026:47040",
      "initial_release_date": "2026-07-28T12:52:42+00:00",
      "revision_history": [
        {
          "date": "2026-07-28T12:52:42+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-07-28T12:52:42+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-07-28T16:33:14+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS (v. 9)",
                  "product_id": "BaseOS-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
                  "product_id": "CRB-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
                  "product_id": "NFV-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                  "product_id": "RT-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-687.31.1.el9_8.src",
                "product": {
                  "name": "kernel-0:5.14.0-687.31.1.el9_8.src",
                  "product_id": "kernel-0:5.14.0-687.31.1.el9_8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-687.31.1.el9_8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "libperf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "libperf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "perf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "perf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "rtla-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "rtla-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "rv-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "rv-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-687.31.1.el9_8?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-687.31.1.el9_8.ppc64le",
                "product": {
                  "name": "rv-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_id": "rv-0:5.14.0-687.31.1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-687.31.1.el9_8?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "libperf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "libperf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "perf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "perf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "rtla-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "rtla-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "rv-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "rv-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-687.31.1.el9_8?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libperf-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "libperf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "libperf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libperf@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "perf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "perf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "rtla-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "rtla-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rv-0:5.14.0-687.31.1.el9_8.s390x",
                "product": {
                  "name": "rv-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_id": "rv-0:5.14.0-687.31.1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rv@5.14.0-687.31.1.el9_8?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
                "product": {
                  "name": "kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
                  "product_id": "kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-687.31.1.el9_8?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
                "product": {
                  "name": "kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
                  "product_id": "kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-687.31.1.el9_8?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:5.14.0-687.31.1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch"
        },
        "product_reference": "kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "perf-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "perf-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "perf-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "rtla-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "rtla-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "rtla-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "rv-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "rv-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "rv-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rv-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "rv-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-687.31.1.el9_8.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src"
        },
        "product_reference": "kernel-0:5.14.0-687.31.1.el9_8.src",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
          "product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "libperf-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "libperf-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
          "product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
        "relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-39797",
      "cwe": {
        "id": "CWE-703",
        "name": "Improper Check or Handling of Exceptional Conditions"
      },
      "discovery_date": "2025-09-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2400057"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: Duplicate SPI Handling\n\nThe issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI\nNetlink message, which triggers the kernel function xfrm_alloc_spi().\nThis function is expected to ensure uniqueness of the Security Parameter\nIndex (SPI) for inbound Security Associations (SAs). However, it can\nreturn success even when the requested SPI is already in use, leading\nto duplicate SPIs assigned to multiple inbound SAs, differentiated\nonly by their destination addresses.\n\nThis behavior causes inconsistencies during SPI lookups for inbound packets.\nSince the lookup may return an arbitrary SA among those with the same SPI,\npacket processing can fail, resulting in packet drops.\n\nAccording to RFC 4301 section 4.4.2 , for inbound processing a unicast SA\nis uniquely identified by the SPI and optionally protocol.\n\nReproducing the Issue Reliably:\nTo consistently reproduce the problem, restrict the available SPI range in\ncharon.conf : spi_min = 0x10000000 spi_max = 0x10000002\nThis limits the system to only 2 usable SPI values.\nNext, create more than 2 Child SA. each using unique pair of src/dst address.\nAs soon as the 3rd Child SA is initiated, it will be assigned a duplicate\nSPI, since the SPI pool is already exhausted.\nWith a narrow SPI range, the issue is consistently reproducible.\nWith a broader/default range, it becomes rare and unpredictable.\n\nCurrent implementation:\nxfrm_spi_hash() lookup function computes hash using daddr, proto, and family.\nSo if two SAs have the same SPI but different destination addresses, then\nthey will:\na. Hash into different buckets\nb. Be stored in different linked lists (byspi + h)\nc. Not be seen in the same hlist_for_each_entry_rcu() iteration.\nAs a result, the lookup will result in NULL and kernel allows that Duplicate SPI\n\nProposed Change:\nxfrm_state_lookup_spi_proto() does a truly global search - across all states,\nregardless of hash bucket and matches SPI and proto.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: xfrm: Duplicate SPI Handling",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The patch fixes a logic flaw in XFRM SPI allocation where xfrm_alloc_spi() could succeed even if the requested SPI was already in use on another inbound SA (different dst). That lets multiple inbound SAs share the same SPI+proto, so inbound lookups may hit the \u201cwrong\u201d SA or none at all, causing IPsec packet drops (DoS). It\u2019s reliably reproducible by constraining the SPI range (e.g., 0x10000000\u20130x10000002) and creating more Child SAs than available SPIs. The main risk is remote DoS.\nTriggering this issue requires interaction at the IKE/IPsec control plane \u2014 it can only be exercised when an IKE daemon (for example strongSwan, LibreSwan, racoon or OpenSwan) is present and issues XFRM (netlink) requests to create SAs.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-39797"
        },
        {
          "category": "external",
          "summary": "RHBZ#2400057",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400057"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-39797",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39797",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39797"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091224-CVE-2025-39797-b0f7@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091224-CVE-2025-39797-b0f7@gregkh/T"
        }
      ],
      "release_date": "2025-09-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-28T12:52:42+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:47040"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: xfrm: Duplicate SPI Handling"
    },
    {
      "cve": "CVE-2026-23002",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2026-01-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2432666"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nlib/buildid: use __kernel_read() for sleepable context\n\nPrevent a \"BUG: unable to handle kernel NULL pointer dereference in\nfilemap_read_folio\".\n\nFor the sleepable context, convert freader to use __kernel_read() instead\nof direct page cache access via read_cache_folio().  This simplifies the\nfaultable code path by using the standard kernel file reading interface\nwhich handles all the complexity of reading file data.\n\nAt the moment we are not changing the code for non-sleepable context which\nuses filemap_get_folio() and only succeeds if the target folios are\nalready in memory and up-to-date.  The reason is to keep the patch simple\nand easier to backport to stable kernels.\n\nSyzbot repro does not crash the kernel anymore and the selftests run\nsuccessfully.\n\nIn the follow up we will make __kernel_read() with IOCB_NOWAIT work for\nnon-sleepable contexts.  In addition, I would like to replace the\nsecretmem check with a more generic approach and will add fstest for the\nbuildid code.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: lib/buildid: use __kernel_read() for sleepable context",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A kernel NULL pointer dereference could be triggered in the lib buildid sleepable parsing path because it accessed file data through direct page cache folio operations and could reach filemap_read_folio in an unsafe state. This leads to a host kernel crash and denial of service. For the CVSS the PR is L because triggering typically requires a local user to exercise buildid parsing through available kernel interfaces such as BPF or related tooling and to provide inputs that force the faultable read path. The issue is not network reachable by itself and depends on local access and system configuration. Impact is denial of service only.",
          "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23002"
        },
        {
          "category": "external",
          "summary": "RHBZ#2432666",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432666"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23002",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23002"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23002",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23002"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026012534-CVE-2026-23002-ffa4@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026012534-CVE-2026-23002-ffa4@gregkh/T"
        }
      ],
      "release_date": "2026-01-25T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-28T12:52:42+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:47040"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: lib/buildid: use __kernel_read() for sleepable context"
    },
    {
      "cve": "CVE-2026-52973",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-06-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2492413"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s futex subsystem. The need_futex_hash_allocate_default() function incorrectly relies on CLONE_THREAD semantics, which can lead to non-concurrency issues when memory allocations (mm-\u003efutex_ref pcpu allocations) are shared across CLONE_VM clones, excluding vfork(). This can result in a use-after-free vulnerability in futex_hash_put, a form of memory corruption. Such vulnerabilities can potentially lead to system instability or other security impacts.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability was introduced in Red Hat Enterprise Linux 9.8 and 10.2; therefore, earlier versions of RHEL are unaffected.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-52973"
        },
        {
          "category": "external",
          "summary": "RHBZ#2492413",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492413"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-52973",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-52973"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-52973",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-52973"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026062439-CVE-2026-52973-af9c@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026062439-CVE-2026-52973-af9c@gregkh/T"
        }
      ],
      "release_date": "2026-06-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-28T12:52:42+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:47040"
        }
      ],
      "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc"
    },
    {
      "cve": "CVE-2026-53281",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2026-06-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2493728"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s Input-Output Memory Management Unit (IOMMU) virtualized direct memory access (VT-d) component. This vulnerability occurs when the system attempts to perform cleanup operations without a valid device identifier, leading to a null pointer dereference or incorrect management of resource references. An attacker with local access could exploit this to cause a system crash, resulting in a denial of service (DoS).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Moderate impact. A flaw in the Linux kernel\u0027s iommu/vt-d subsystem can lead to a NULL pointer dereference or refcount corruption if a device\u0027s PASID is not found during teardown operations. This could result in system instability or a use-after-free condition for active devices sharing the IOMMU domain. This issue affects Red Hat Enterprise Linux 9.8.z, 9.9, 10.2.z, 10.3, and Red Hat In-Vehicle OS, while older RHEL versions are not impacted due to the absence of the vulnerable code.",
          "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-53281"
        },
        {
          "category": "external",
          "summary": "RHBZ#2493728",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493728"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-53281",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-53281"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53281",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53281"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026062615-CVE-2026-53281-bce7@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026062615-CVE-2026-53281-bce7@gregkh/T"
        }
      ],
      "release_date": "2026-06-26T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-28T12:52:42+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:47040"
        },
        {
          "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: iommu/vt-d: Avoid NULL pointer dereference or refcount corruption"
    },
    {
      "cve": "CVE-2026-64017",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-07-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2502449"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s blk-mq component. This use-after-free vulnerability occurs when a task attempts to submit a bio (a data structure for I/O operations) to blk-mq. If the task is interrupted and sleeps after checking for a cached request but before using it, the cached request can be prematurely freed. This can lead to system instability or crashes.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: blk-mq: pop cached request if it is usable",
          "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
          "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
          "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-64017"
        },
        {
          "category": "external",
          "summary": "RHBZ#2502449",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2502449"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-64017",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-64017"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-64017",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64017"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-64017-c8ee@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026071900-CVE-2026-64017-c8ee@gregkh/T"
        }
      ],
      "release_date": "2026-07-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-28T12:52:42+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:47040"
        }
      ],
      "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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.31.1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.31.1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.src",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.31.1.el9_8.noarch",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.ppc64le",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.s390x",
            "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.aarch64",
            "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.31.1.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: blk-mq: pop cached request if it is usable"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…