RHSA-2026:13734

Vulnerability from csaf_redhat - Published: 2026-05-05 13:20 - Updated: 2026-05-05 21:16
Summary
Red Hat Security Advisory: kernel security update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. 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: nvme: avoid double free special payload (CVE-2024-41073) * kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097) * kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193) * kernel: ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191) * kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402) * kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431) 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: nvme: avoid double free special payload If a discard request needs to be retried, and that retry may fail before a new special payload is added, a double free will result. Clear the RQF_SPECIAL_LOAD when the request is cleaned.

Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734

A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).

CWE-833 - Deadlock
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734
Workaround 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.

In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.

CWE-367 - Time-of-check Time-of-use (TOCTOU) Race Condition
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.

CWE-364 - Signal Handler Race Condition
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734
Workaround To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

A flaw was found in the Linux kernel's NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.

CWE-787 - Out-of-bounds Write
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734
Workaround Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect 'in-place operation' was introduced, where the source and destination data mappings were different. This could lead to unexpected behavior or data integrity issues during cryptographic operations, potentially impacting the reliability of encrypted communications.

CWE-1288 - Improper Validation of Consistency within Input
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13734
Workaround Individual articles, with specific advice, are available for a number of products: * Red Hat Enterprise Linux https://access.redhat.com/solutions/7141931 * OpenShift 4 https://access.redhat.com/solutions/7141979 * ROSA Classic and OpenShift Dedicated https://access.redhat.com/articles/7141989 * ARO https://access.redhat.com/solutions/7141990 * Advanced Cluster Management Governance Policy https://access.redhat.com/solutions/7142032 * ROSA HCP: https://access.redhat.com/solutions/7141996 General guidance which is applicable to many products is below. Warning: there may be performance impacts for modifying functionality that uses kernel cryptographic functions. Though the affected module cannot be blacklisted, the affected functions themselves can be using the following boot arguments: ``` initcall_blacklist=algif_aead_init ``` Alternatively, the af_alg interface itself can be blocked: ``` initcall_blacklist=af_alg_init ``` As a further alternative, the affected algorithm can be blocked: ``` initcall_blacklist=crypto_authenc_esn_module_init ``` A mitigation that does not require a reboot using eBPF is available for Red Hat OpenShift Container Platform. This mitigation is only applicable to AMD64 nodes. Specific instructions are included in the linked articles.
References
https://access.redhat.com/errata/RHSA-2026:13734 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2301637 external
https://bugzilla.redhat.com/show_bug.cgi?id=2436802 external
https://bugzilla.redhat.com/show_bug.cgi?id=2439887 external
https://bugzilla.redhat.com/show_bug.cgi?id=2439947 external
https://bugzilla.redhat.com/show_bug.cgi?id=2454844 external
https://bugzilla.redhat.com/show_bug.cgi?id=2460538 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2024-41073 self
https://bugzilla.redhat.com/show_bug.cgi?id=2301637 external
https://www.cve.org/CVERecord?id=CVE-2024-41073 external
https://nvd.nist.gov/vuln/detail/CVE-2024-41073 external
https://lore.kernel.org/linux-cve-announce/202407… external
https://access.redhat.com/security/cve/CVE-2026-23097 self
https://bugzilla.redhat.com/show_bug.cgi?id=2436802 external
https://www.cve.org/CVERecord?id=CVE-2026-23097 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23097 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-23191 self
https://bugzilla.redhat.com/show_bug.cgi?id=2439947 external
https://www.cve.org/CVERecord?id=CVE-2026-23191 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23191 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-23193 self
https://bugzilla.redhat.com/show_bug.cgi?id=2439887 external
https://www.cve.org/CVERecord?id=CVE-2026-23193 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23193 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-31402 self
https://bugzilla.redhat.com/show_bug.cgi?id=2454844 external
https://www.cve.org/CVERecord?id=CVE-2026-31402 external
https://nvd.nist.gov/vuln/detail/CVE-2026-31402 external
https://lore.kernel.org/linux-cve-announce/202604… external
https://access.redhat.com/security/cve/CVE-2026-31431 self
https://bugzilla.redhat.com/show_bug.cgi?id=2460538 external
https://access.redhat.com/security/vulnerabilitie… external
https://www.cve.org/CVERecord?id=CVE-2026-31431 external
https://nvd.nist.gov/vuln/detail/CVE-2026-31431 external
https://access.redhat.com/articles/7141989 external
https://access.redhat.com/solutions/7141931 external
https://access.redhat.com/solutions/7141979 external
https://access.redhat.com/solutions/7141990 external
https://access.redhat.com/solutions/7141996 external
https://access.redhat.com/solutions/7142032 external
https://docs.redhat.com/en/documentation/red_hat_… external
https://lore.kernel.org/linux-cve-announce/202604… external
https://www.cisa.gov/known-exploited-vulnerabilit… 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.2 Update Services for SAP Solutions.\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: nvme: avoid double free special payload (CVE-2024-41073)\n\n* kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193)\n\n* kernel: ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191)\n\n* kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402)\n\n* kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\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:13734",
        "url": "https://access.redhat.com/errata/RHSA-2026:13734"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2301637",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301637"
      },
      {
        "category": "external",
        "summary": "2436802",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
      },
      {
        "category": "external",
        "summary": "2439887",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
      },
      {
        "category": "external",
        "summary": "2439947",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
      },
      {
        "category": "external",
        "summary": "2454844",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
      },
      {
        "category": "external",
        "summary": "2460538",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13734.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security update",
    "tracking": {
      "current_release_date": "2026-05-05T21:16:40+00:00",
      "generator": {
        "date": "2026-05-05T21:16:40+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.9"
        }
      },
      "id": "RHSA-2026:13734",
      "initial_release_date": "2026-05-05T13:20:25+00:00",
      "revision_history": [
        {
          "date": "2026-05-05T13:20:25+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-05-05T13:20:25+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-05-05T21:16:40+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 E4S (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
                  "product_id": "AppStream-9.2.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
                  "product_id": "BaseOS-9.2.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_e4s:9.2::baseos"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
                  "product_id": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
                  "product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "perf-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "perf-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
                "product": {
                  "name": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_id": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
                  "product_id": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
                  "product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
                "product": {
                  "name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_id": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
                  "product_id": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
                  "product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
                "product": {
                  "name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_id": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
                  "product_id": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
                  "product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
                "product": {
                  "name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_id": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:5.14.0-284.169.1.el9_2.src",
                "product": {
                  "name": "kernel-0:5.14.0-284.169.1.el9_2.src",
                  "product_id": "kernel-0:5.14.0-284.169.1.el9_2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
                "product": {
                  "name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
                  "product_id": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.169.1.el9_2?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
                "product": {
                  "name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
                  "product_id": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.169.1.el9_2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.src",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch"
        },
        "product_reference": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
          "product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.src",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch"
        },
        "product_reference": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
          "product_id": "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        },
        "product_reference": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
        "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-41073",
      "discovery_date": "2024-07-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2301637"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme: avoid double free special payload\n\nIf a discard request needs to be retried, and that retry may fail before\na new special payload is added, a double free will result. Clear the\nRQF_SPECIAL_LOAD when the request is cleaned.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nvme: avoid double free special payload",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-41073"
        },
        {
          "category": "external",
          "summary": "RHBZ#2301637",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301637"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41073",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-41073"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41073",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41073"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024072909-CVE-2024-41073-1fb9@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024072909-CVE-2024-41073-1fb9@gregkh/T"
        }
      ],
      "release_date": "2024-07-29T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: nvme: avoid double free special payload"
    },
    {
      "cve": "CVE-2026-23097",
      "cwe": {
        "id": "CWE-833",
        "name": "Deadlock"
      },
      "discovery_date": "2026-02-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2436802"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A deadlock can occur when migrating hugetlb file backed folios due to incorrect lock ordering between folio_lock and the mapping i_mmap_rwsem. One task in the migration path can hold folio_lock and then block on i_mmap_lock_read. Another task such as hugetlbfs fallocate or punch hole can hold i_mmap_lock_write and then block on folio_lock. This ABBA pattern can hang tasks indefinitely and lead to a denial of service. For the CVSS the PR is N because the involved operations can be triggered by normal users who can access hugetlbfs and run memory pressure and file operations. The issue is not network reachable. Impact is denial of service due to hung tasks and potential system wide stalls.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "RHBZ#2436802",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23097",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T"
        }
      ],
      "release_date": "2026-02-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration"
    },
    {
      "cve": "CVE-2026-23191",
      "cwe": {
        "id": "CWE-367",
        "name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
      },
      "discovery_date": "2026-02-14T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2439947"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n  cable-\u003elock spinlock, and add the proper NULL checks.  This avoids\n  already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n  that may be stopped in this function, which was the major pain point\n  leading to UAF.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ALSA: aloop: Fix racy access at PCM trigger",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23191"
        },
        {
          "category": "external",
          "summary": "RHBZ#2439947",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23191",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T"
        }
      ],
      "release_date": "2026-02-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: ALSA: aloop: Fix racy access at PCM trigger"
    },
    {
      "cve": "CVE-2026-23193",
      "cwe": {
        "id": "CWE-364",
        "name": "Signal Handler Race Condition"
      },
      "discovery_date": "2026-02-14T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2439887"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()\n\nIn iscsit_dec_session_usage_count(), the function calls complete() while\nholding the sess-\u003esession_usage_lock. Similar to the connection usage count\nlogic, the waiter signaled by complete() (e.g., in the session release\npath) may wake up and free the iscsit_session structure immediately.\n\nThis creates a race condition where the current thread may attempt to\nexecute spin_unlock_bh() on a session structure that has already been\ndeallocated, resulting in a KASAN slab-use-after-free.\n\nTo resolve this, release the session_usage_lock before calling complete()\nto ensure all dereferences of the sess pointer are finished before the\nwaiter is allowed to proceed with deallocation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A use after free can occur in the iSCSI target session usage count logic because iscsit_dec_session_usage_count can call complete while holding session_usage_lock. A waiting thread in the session release path can wake up and free the session structure immediately after the completion is signaled. The current thread may then attempt to unlock or otherwise access fields in a session object that has already been deallocated which can trigger a slab use after free and crash the kernel. The attack surface is adjacent network because iSCSI targets are typically reachable only inside storage or data center networks. Impact can be denial of service. A conservative assessment also considers potential confidentiality and integrity impact due to kernel memory corruption from a use after free.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "RHBZ#2439887",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23193",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T"
        }
      ],
      "release_date": "2026-02-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()"
    },
    {
      "cve": "CVE-2026-31402",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2026-04-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2454844"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This Important flaw in the Linux kernel\u0027s NFSv4.0 server (nfsd) allows a heap overflow. In this flaw a local attacker can trigger this by orchestrating two NFSv4.0 clients to create a conflicting lock with an oversized owner string.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "RHBZ#2454844",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-31402",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T"
        }
      ],
      "release_date": "2026-04-03T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache"
    },
    {
      "cve": "CVE-2026-31431",
      "cwe": {
        "id": "CWE-1288",
        "name": "Improper Validation of Consistency within Input"
      },
      "discovery_date": "2026-04-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2460538"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s algif_aead cryptographic algorithm interface. An incorrect \u0027in-place operation\u0027 was introduced, where the source and destination data mappings were different. This could lead to unexpected behavior or data integrity issues during cryptographic operations, potentially impacting the reliability of encrypted communications.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: crypto: algif_aead - Revert to operating out-of-place",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This local privilege escalation is rated as Important severity. Part of the Linux kernel\u0027s cryptographic interface contains an incorrect in-place operation, where source and destination data mappings differ. This could lead to data integrity issues, including the escalation to root privileges.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
          "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
          "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-31431"
        },
        {
          "category": "external",
          "summary": "RHBZ#2460538",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
        },
        {
          "category": "external",
          "summary": "RHSB-2026-02",
          "url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-02"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-31431",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/articles/7141989",
          "url": "https://access.redhat.com/articles/7141989"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/solutions/7141931",
          "url": "https://access.redhat.com/solutions/7141931"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/solutions/7141979",
          "url": "https://access.redhat.com/solutions/7141979"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/solutions/7141990",
          "url": "https://access.redhat.com/solutions/7141990"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/solutions/7141996",
          "url": "https://access.redhat.com/solutions/7141996"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/solutions/7142032",
          "url": "https://access.redhat.com/solutions/7142032"
        },
        {
          "category": "external",
          "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel",
          "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T"
        },
        {
          "category": "external",
          "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
          "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
        }
      ],
      "release_date": "2026-04-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T13:20:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13734"
        },
        {
          "category": "workaround",
          "details": "Individual articles, with specific advice, are available for a number of products:\n* Red Hat Enterprise Linux https://access.redhat.com/solutions/7141931\n* OpenShift 4 https://access.redhat.com/solutions/7141979\n* ROSA Classic and OpenShift Dedicated https://access.redhat.com/articles/7141989\n* ARO https://access.redhat.com/solutions/7141990\n* Advanced Cluster Management Governance Policy https://access.redhat.com/solutions/7142032\n* ROSA HCP: https://access.redhat.com/solutions/7141996\n\nGeneral guidance which is applicable to many products is below. Warning: there may be performance impacts for modifying functionality that uses kernel cryptographic functions. Though the affected module cannot be blacklisted, the affected functions themselves can be using the following boot arguments:\n```\ninitcall_blacklist=algif_aead_init\n```\n\nAlternatively, the af_alg interface itself can be blocked:\n```\ninitcall_blacklist=af_alg_init\n```\n\nAs a further alternative, the affected algorithm can be blocked:\n```\ninitcall_blacklist=crypto_authenc_esn_module_init\n```\n\nA mitigation that does not require a reboot using eBPF is available for Red Hat OpenShift Container Platform. This mitigation is only applicable to AMD64 nodes. Specific instructions are included in the linked articles.",
          "product_ids": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
            "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
            "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "exploit_status",
          "date": "2026-05-01T00:00:00+00:00",
          "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
        },
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: crypto: algif_aead - Revert to operating out-of-place"
    }
  ]
}


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…